Skip to content

Commit

Permalink
fix nav
Browse files Browse the repository at this point in the history
Signed-off-by: sagewe <[email protected]>
  • Loading branch information
sagewe committed Jun 25, 2024
1 parent 44fae33 commit 571cfe0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 48 deletions.
2 changes: 1 addition & 1 deletion doc/mkdocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitPython==3.1.27
mkdocs-material
# mkdocs-jupyter==0.21.0
mkdocs-jupyter
# ipython_genutils==0.2.0
# python-markdown-math==0.8
mkdocs-static-i18n
Expand Down
1 change: 1 addition & 0 deletions doc/tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aaa
62 changes: 15 additions & 47 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,22 @@ docs_dir: doc
copyright: © Copyright 2020 WeBank Co., Ltd. | All Rights Reserved.
nav:
- Home: index.md
- Tutorial:
- Usage:
- tutorial/README.md
- pipeline:
- tutorial/pipeline/index.md
- DSL:
- tutorial: tutorial/dsl_conf/dsl_conf_tutorial.md
- upload guide: tutorial/dsl_conf/upload_data_guide.md
- job conf guide: tutorial/dsl_conf/dsl_conf_v2_setting_guide.md
- model publish: tutorial/model_publish_with_serving_guide.md
- fate test: tutorial/fate_test_tutorial.md

- Architecture:
- architecture/README.md

- FederatedML:
- federatedml_component/README.md
- Components:
- ... | flat | federatedml_component/*.md
- Secure Protocol: federatedml_component/secureprotol.md

- Resources:
- resources/README.md

- Deploy:
- cluster:
- deploy/cluster-deploy/README.md
- fate_on_eggroll:
- ... | flat | deploy/cluster-deploy/doc/fate_on_eggroll/*.md
- fate_on_spark:
- ... | flat | deploy/cluster-deploy/doc/fate_on_spark/*.md
- standalone:
- deploy/standalone-deploy/README.md
- ... | flat | deploy/standalone-deploy/doc/*.md

- Develop:
- Develop Guide: develop/develop_guide.md
- API:
- api/README.md
- Session: api/session.md
- Computing: api/computing.md
- Federation: api/federation.md
- Params:
- ... | flat | federatedml_component/params/*.md
- Architecture:
- architecture/README.md
- FATE:
- 2.0/fate/quick_start.md
- 2.0/fate/dag.md
- ML:
- ... | flat | 2.0/fate/ml/*.md
- Components:
- ... | flat | 2.0/fate/components/*.md
- Performance:
- ... | flat | 2.0/fate/performance/*.md

- Release Notes:
- release/RELEASE.md

- OSX:
- 2.0/osx/osx.md
- 2.0/osx/osx-tls.md

theme:
name: material
custom_dir: "doc/mkdocs/theme"
Expand Down

0 comments on commit 571cfe0

Please sign in to comment.