There was an error while loading. Please reload this page.
1 parent 7bb6681 commit 056d9c9Copy full SHA for 056d9c9
1 file changed
knowledge/python/zensical.toml
@@ -0,0 +1,23 @@
1
+[tool]
2
+name = "Zensical"
3
+category = "docs"
4
+homepage = "https://zensical.org/"
5
+docs = "https://zensical.org/docs/get-started"
6
+repo = "https://github.com/zensical/zensical"
7
+description = "Project documentation with Markdown"
8
+
9
+[detect]
10
+files = ["zensical.toml"]
11
+dependencies = ["zensical"]
12
+ecosystems = ["python"]
13
14
+[commands]
15
+run = "zensical serve"
16
+alternatives = ["zensical build"]
17
18
+[config]
19
20
21
+[taxonomy]
22
+function = ["documentation", "site-generation"]
23
0 commit comments