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
32 lines (24 loc) · 870 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (24 loc) · 870 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
30
31
32
site_name: Gazelle Plugin
repo_name: 'Fork on GitHub '
repo_url: "https://github.com/oap-project/gazelle_plugin.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
- Columnar UDF Development: Columnar-UDF-Development-Guide.md
- Memory Allocation in Gazelle Plugin: memory.md
- Performance Tuning for Gazelle Plugin: performance.md
- OAP Installation Guide: OAP-Installation-Guide.md
- OAP Developer Guide: OAP-Developer-Guide.md
- Version Selector: "../"
theme: readthedocs
plugins:
- search
- mkdocs-versioning:
version: 1.5.0
exclude_from_nav: ["image", "js", "css", "fonts", "img"]