mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-09 21:17:09 +03:00
.
This commit is contained in:
4
.github/workflows/build-docs.yaml
vendored
4
.github/workflows/build-docs.yaml
vendored
@@ -39,9 +39,9 @@ jobs:
|
|||||||
- name: Generate Parameter Page
|
- name: Generate Parameter Page
|
||||||
run: |
|
run: |
|
||||||
cd param-docs
|
cd param-docs
|
||||||
python generate-param-doc-pages.py
|
python generate-template-param-doc-pages.py # Creates a templated page for each parameter which does not yet have a page
|
||||||
tree parameter-pages
|
tree parameter-pages
|
||||||
python concat-parameter-pages.py
|
python concat-parameter-pages.py
|
||||||
|
|
||||||
- name: Store Cocumentation in the gh-pages branch so it gets pushed to the website
|
- name: Store Documentation in the gh-pages branch so it gets pushed to the website
|
||||||
run: mkdocs gh-deploy
|
run: mkdocs gh-deploy
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ for folder in folders:
|
|||||||
|
|
||||||
if folder == "img": # Skip the images folder
|
if folder == "img": # Skip the images folder
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Add section
|
# Add section
|
||||||
with open(docsMainFolder + "/" + parameterOverviewFile, 'a') as overviewFileHandle:
|
with open(docsMainFolder + "/" + parameterOverviewFile, 'a') as overviewFileHandle:
|
||||||
overviewFileHandle.write("\n## Section `%s`\n\n" % folder)
|
overviewFileHandle.write("\n## Section `%s`\n\n" % folder)
|
||||||
|
|||||||
Reference in New Issue
Block a user