Skip to content

Commit

Permalink
remove java api (#3378)
Browse files Browse the repository at this point in the history
## Pull Request Info - SDK Docs Consolidation

Jira ticket: https://jira.mongodb.org/browse/DOCSP-NNNNN

### Staging Links
<!-- start insert-links -->
<li><a
href=https://deploy-preview-3378--docs-realm.netlify.app/sdk/cpp/facets.toml>sdk/cpp/facets.toml</a></li><li><a
href=https://deploy-preview-3378--docs-realm.netlify.app/sdk/dotnet/facets.toml>sdk/dotnet/facets.toml</a></li><li><a
href=https://deploy-preview-3378--docs-realm.netlify.app/sdk/flutter/facets.toml>sdk/flutter/facets.toml</a></li><li><a
href=https://deploy-preview-3378--docs-realm.netlify.app/sdk/kotlin/facets.toml>sdk/kotlin/facets.toml</a></li><li><a
href=https://deploy-preview-3378--docs-realm.netlify.app/sdk/node/facets.toml>sdk/node/facets.toml</a></li><li><a
href=https://deploy-preview-3378--docs-realm.netlify.app/sdk/react-native/facets.toml>sdk/react-native/facets.toml</a></li><li><a
href=https://deploy-preview-3378--docs-realm.netlify.app/sdk/swift/facets.toml>sdk/swift/facets.toml</a></li>
<!-- end insert-links -->

*Page Source*

Add links to every SDK's pages where you got the SDK-specific
information:

-
[PAGE_NAME](https://www.mongodb.com/docs/atlas/device-sdks/LIVE-DOCS-LINK)

### PR Author Checklist

Before requesting a review for your PR, please check these items:

- [ ] Open the PR against the `feature-consolidated-sdk-docs` branch
instead of `master`
- [ ] Tag the consolidated page for:
  - genre
  - meta.keywords
  - meta.description

#### Naming
- [ ] Update Realm naming and the language around persistence
layer/local/device per [this
document](https://docs.google.com/document/d/126OczVxBWAwZ4P5ZsSM29WI3REvONEr1ald-mAwPtyQ/edit?usp=sharing)
- [ ] Include `.rst` files comply with [the naming
guidelines](https://docs.google.com/document/d/1h8cr66zoEVeXytVfvDxlCSsUS5IZwvUQvfSCEXNMpek/edit#heading=h.ulh8b5f2hu9)

#### Links and Refs
- [ ] Create new consolidated SDK ref targets starting with "_sdks-" for
relevant sections
- [ ] Remove or update any SDK-specific refs to use the new consolidated
SDK ref targets
- [ ] [Update any Kotlin API
links](https://jira.mongodb.org/browse/DOCSP-32519) to use the new
Kotlin SDK roles

#### Content
- [ ] Shared code boxes have snippets or placeholders for all 9
languages
- [ ] API description sections have API details or a generic placeholder
for all 9 languages
- [ ] Check related pages for relevant content to include
- [ ] Create a ticket for missing examples in each relevant SDK:
Consolidation Gaps epic

### Reviewer Checklist

As a reviewer, please check these items:

- [ ] Shared code example boxes contain language-specific snippets or
placeholders for every language
- [ ] API reference details contain working API reference links or
generic content
- [ ] Realm naming/language has been updated
- [ ] All relevant content from individual SDK pages is present on the
consolidated page
  • Loading branch information
krollins-mdb committed Sep 9, 2024
1 parent 0d133e5 commit 3cbbf56
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 34 deletions.
3 changes: 0 additions & 3 deletions source/sdk/cpp/facets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:robots: noindex, nosnippet

[[facets]]
category = "programming_language"
value = "cpp"
Expand Down
3 changes: 0 additions & 3 deletions source/sdk/dotnet/facets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:robots: noindex, nosnippet

[[facets]]
category = "programming_language"
value = "csharp"
Expand Down
3 changes: 0 additions & 3 deletions source/sdk/flutter/facets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:robots: noindex, nosnippet

[[facets]]
category = "programming_language"
value = "dart"
Expand Down
13 changes: 0 additions & 13 deletions source/sdk/java/facets.toml

This file was deleted.

3 changes: 0 additions & 3 deletions source/sdk/kotlin/facets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:robots: noindex, nosnippet

[[facets]]
category = "programming_language"
value = "kotlin"
Expand Down
3 changes: 0 additions & 3 deletions source/sdk/node/facets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:robots: noindex, nosnippet

[[facets]]
category = "programming_language"
value = "javascript/typescript"
Expand Down
3 changes: 0 additions & 3 deletions source/sdk/react-native/facets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:robots: noindex, nosnippet

[[facets]]
category = "programming_language"
value = "javascript/typescript"
Expand Down
3 changes: 0 additions & 3 deletions source/sdk/swift/facets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:robots: noindex, nosnippet

[[facets]]
category = "programming_language"
value = "objective-c"
Expand Down

0 comments on commit 3cbbf56

Please sign in to comment.