Skip to content

Commit 2d45588

Browse files
committed
Remove Javadoc links from Turing docs
Remove references to the external Javadoc API link from the documentation and navigation. This deletes the Javadoc NavCard from docs-turing/index.mdx, removes the Javadoc sidebar link in sidebars-turing.ts, and strips the Javadoc entry from the versioned index pages for v0.3.5, v0.3.6, v0.3.7, v0.3.8, and v0.3.9 to clean up site navigation.
1 parent 6b8c677 commit 2d45588

7 files changed

Lines changed: 0 additions & 16 deletions

File tree

docs-turing/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,3 @@ export const SectionLabel = ({ children }) => (
225225
<NavCard icon="🔑" title="Authentication" description="Native session login and REST API Key authentication" href="/turing/security-authentication" />
226226
<NavCard icon="🛡️" title="Security & Keycloak" description="Full OAuth2/OIDC production setup with Keycloak, Apache proxy and SSL" href="/turing/security-keycloak" />
227227
</div>
228-
229-
<SectionLabel>Other</SectionLabel>
230-
231-
<div style={{ display: "grid", gap: "10px", gridTemplateColumns: "repeat(auto-fit, minmax(260px, 1fr))" }}>
232-
<NavCard icon="" title="Javadoc" description="Java API Reference — full source-level documentation" href="https://turing.viglet.org/latest/javadoc/" />
233-
</div>

sidebars-turing.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ const sidebars: SidebarsConfig = {
7676
"security-keycloak",
7777
],
7878
},
79-
{
80-
type: "link",
81-
label: "Javadoc",
82-
href: "https://turing.viglet.org/latest/javadoc/",
83-
},
8479
{
8580
type: "link",
8681
label: "Storybook (React SDK)",

turing_versioned_docs/version-0.3.5/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ slug: /
2121
| [Connectors](/turing/connectors) | Connectors for indexing content |
2222
| [Developer Guide](/turing/developer-guide) | How to develop with Turing ES |
2323
| [Release Notes](/turing/release-notes) | Release history and changelog |
24-
| [Javadoc](https://turing.viglet.org/latest/javadoc/) | API Reference (external) |

turing_versioned_docs/version-0.3.6/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ slug: /
2121
| [Connectors](/turing/connectors) | Connectors for indexing content |
2222
| [Developer Guide](/turing/developer-guide) | How to develop with Turing ES |
2323
| [Release Notes](/turing/release-notes) | Release history and changelog |
24-
| [Javadoc](https://turing.viglet.org/latest/javadoc/) | API Reference (external) |

turing_versioned_docs/version-0.3.7/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ slug: /
2121
| [Connectors](/turing/connectors) | Connectors for indexing content |
2222
| [Developer Guide](/turing/developer-guide) | How to develop with Turing ES |
2323
| [Release Notes](/turing/release-notes) | Release history and changelog |
24-
| [Javadoc](https://turing.viglet.org/latest/javadoc/) | API Reference (external) |

turing_versioned_docs/version-0.3.8/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ slug: /
2121
| [Connectors](/turing/connectors) | Connectors for indexing content |
2222
| [Developer Guide](/turing/developer-guide) | How to develop with Turing ES |
2323
| [Release Notes](/turing/release-notes) | Release history and changelog |
24-
| [Javadoc](https://turing.viglet.org/latest/javadoc/) | API Reference (external) |

turing_versioned_docs/version-0.3.9/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ slug: /
2121
| [Connectors](/turing/connectors) | Connectors for indexing content |
2222
| [Developer Guide](/turing/developer-guide) | How to develop with Turing ES |
2323
| [Release Notes](/turing/release-notes) | Release history and changelog |
24-
| [Javadoc](https://turing.viglet.org/latest/javadoc/) | API Reference (external) |

0 commit comments

Comments
 (0)