We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb046ce commit a1b5fedCopy full SHA for a1b5fed
.github/workflows/deploy.yml
@@ -36,6 +36,7 @@ jobs:
36
pip install sphinx sphinx_rtd_theme myst_parser
37
- name: build docs
38
run: |
39
+ mv README.rst index.rst
40
./build.sh
41
- name: Setup Pages
42
uses: actions/configure-pages@v5
README.rst
@@ -0,0 +1,11 @@
1
+Nanoforge Documentation
2
+=======================
3
+
4
+.. toctree::
5
+ :maxdepth: 2
6
7
+ cli/index.rst
8
+ engine/index.rst
9
10
+this is a basic documentation project
11
+[](https://github.com/NanoForge-dev/docs/actions/workflows/deploy.yml)
index.rst
0 commit comments