forked from oap-project/gazelle_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (21 loc) · 684 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (21 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: Native SQL Engine
repo_name: 'Fork on GitHub '
repo_url: "https://github.com/oap-project/native-sql-engine.git"
edit_uri: ""
nav:
- User Guide: User-Guide.md
- Prerequisite: Prerequisite.md
- Installation: Installation.md
- InstallationNotes: InstallationNotes.md
- Configuration: Configuration.md
- SparkInstallation: SparkInstallation.md
- ApacheArrowInstallation: ApacheArrowInstallation.md
- OAP Installation Guide: OAP-Installation-Guide.md
- OAP Developer Guide: OAP-Developer-Guide.md
- Version Selector: "../"
theme: readthedocs
plugins:
- search
- mkdocs-versioning:
version: master
exclude_from_nav: ["image", "js", "css", "fonts", "img"]