Skip to content

Commit bef7553

Browse files
committed
Update deploy yaml with necessary python-sdk clone
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 6eaa89d commit bef7553

File tree

3 files changed

+12
-28
lines changed

3 files changed

+12
-28
lines changed

docs/reference/python-api/core.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
---
22
title: "Core API"
33
icon: cldk/manual-20
4+
toc: true
45
---
56

6-
This page documents the core package of the CLDK library.
7-
8-
Use the table of contents to navigate classes, functions, and submodules exposed under `cldk.core`.
9-
10-
## cldk.core
11-
12-
::: cldk.core
7+
::: cldk.core

docs/reference/python-api/java.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
---
22
title: "Java API"
33
icon: cldk/manual-20
4+
toc: true
45
---
56

6-
This page documents the Java-related APIs in the CLDK library.
7-
8-
Use the table of contents to navigate classes, functions, and submodules exposed under the Java analysis and schema packages.
9-
107
## Analysis
118

12-
Java analysis utilities and workflows.
13-
149
::: cldk.analysis.java.java_analysis
1510

1611
## Schema
1712

18-
Data models used by the Java analyzers.
19-
20-
::: cldk.models.java.models
13+
::: cldk.models.java.models

mkdocs.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,17 @@ strict: false
66
copyright: Copyright &copy; 2024-2025 IBM
77

88
nav:
9-
- Home:
9+
- CLDK:
1010
- Home: index.md
1111
- Quick Start: quickstart.md
1212
- Installation: installing.md
1313
- Core Concepts: core-concepts/index.md
14-
- SDKs:
15-
- Python SDK:
16-
- Overview: reference/python-api/index.md
17-
- Core: reference/python-api/core.md
18-
- Java: reference/python-api/java.md
19-
- Python: reference/python-api/python.md
20-
- C/C++: reference/python-api/c-cpp.md
21-
- Typescript SDK:
22-
- Overview: reference/ts-api/index.md
23-
14+
- API Reference:
15+
- Python SDK:
16+
- Core: reference/python-api/core.md
17+
- Java Analysis: reference/python-api/java.md
18+
- Python Analysis: reference/python-api/python.md
19+
- C/C++ Analysis: reference/python-api/c-cpp.md
2420
theme:
2521
name: material
2622
logo: assets/images/logo-white.svg
@@ -55,7 +51,7 @@ theme:
5551
- navigation.indexes
5652
- navigation.footer
5753
- navigation.sections
58-
- navigation.tabs
54+
# - navigation.tabs
5955
- navigation.tabs.sticky
6056
- search.highlight
6157
- search.suggest

0 commit comments

Comments
 (0)