forked from mongodb/docs-kotlin-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 DOP-4776 provides the initial setup
- Loading branch information
Caesar Bell
committed
Jun 28, 2024
0 parents
commit d499e28
Showing
5 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# MongoDB Kotlin Sync Driver Documentation | ||
|
||
[Your words here]. | ||
|
||
## Report Issues | ||
|
||
To file issues or requests regarding the documentation, go to the | ||
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_. | ||
|
||
## License | ||
|
||
All documentation is available under the terms of a `Creative Commons | ||
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_. | ||
|
||
If you have any questions, please contact `[email protected] | ||
<mailto:[email protected]>`_. | ||
|
||
-- The MongoDB Documentation Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
define: prefix docs/drivers/kotlin/sync | ||
define: base https://www.mongodb.com/docs/ | ||
define: versions master | ||
|
||
# raw: <source file> -> ${base}/<destination> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name = "kotlin-sync-driver" | ||
title = "Kotlin Sync Driver" | ||
|
||
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv", | ||
"https://www.mongodb.com/docs/atlas/objects.inv" | ||
] | ||
|
||
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"] | ||
|
||
# [constants] | ||
# constant = "value" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
================== | ||
Atlas App Services | ||
================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
Your words here. Don't forget to add a toctree! | ||
|
||
Have a lovely day! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"build-and-stage-next-gen" |