Skip to content

Commit 6c67099

Browse files
committed
「✨」 feat: start
1 parent e957dfb commit 6c67099

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# nix shit
22
.direnv
3+
4+
# website artifact
5+
site/

docs/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
---
2-
icon: lucide/rocket
3-
name: frag
4-
---
5-
6-
wow
1+
# frag

zensical.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@
1111
# The site_name is shown in the page header and the browser window title
1212
#
1313
# Read more: https://zensical.org/docs/setup/basics/#site_name
14-
site_name = "Documentation"
14+
site_name = "frag's documentation"
1515

1616
# The site_description is included in the HTML head and should contain a
1717
# meaningful description of the site content for use by search engines.
1818
#
1919
# Read more: https://zensical.org/docs/setup/basics/#site_description
20-
site_description = "A new project generated from the default template project."
20+
site_description = "Documentation for the frag project"
2121

2222
# The site_author attribute. This is used in the HTML head element.
2323
#
2424
# Read more: https://zensical.org/docs/setup/basics/#site_author
25-
site_author = "<your name here>"
25+
site_author = "frag team"
2626

2727
# The site_url is the canonical URL for your site. When building online
2828
# documentation you should set this.
2929
# Read more: https://zensical.org/docs/setup/basics/#site_url
30-
#site_url = "https://www.example.com/"
30+
site_url = "https://docs.frag-engine.com"
3131

3232
# The copyright notice appears in the page footer and can contain an HTML
3333
# fragment.
3434
#
3535
# Read more: https://zensical.org/docs/setup/basics/#copyright
3636
copyright = """
37-
Copyright &copy; 2026 The authors
37+
Copyright &copy; 2026 The frag team
3838
"""
3939

4040
# Zensical supports both implicit navigation and explicitly defined navigation.

0 commit comments

Comments
 (0)