Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4e14a4

Browse files
committedFeb 29, 2024
Initial commit
1 parent 012033b commit c4e14a4

File tree

6 files changed

+60
-1
lines changed

6 files changed

+60
-1
lines changed
 

‎.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
build/*
2+
*.swp
3+
.#*
4+
\#*#
5+
*__pycache__*
6+
*.pyc
7+
docs/index.html
8+
*.pid
9+
*~
10+
buildbot/gh.log
11+
buildbot/nohup.out
12+
docs.10gen.cc/build/
13+
docs.10gen.cc/build/logo.png
14+
docs.10gen.cc/logo.png
15+
docs.10gen.cc/mongodb-logo*
16+
TAGS
17+
jira/build/

‎README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# docs-java-rs
2-
Documentation for the Java RS Driver
2+
3+
[Your words here].
4+
5+
## Report Issues
6+
7+
To file issues or requests regarding the documentation, go to the
8+
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_.
9+
10+
## License
11+
12+
All documentation is available under the terms of a `Creative Commons
13+
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_.
14+
15+
If you have any questions, please contact `docs@mongodb.com
16+
<mailto:docs@mongodb.com>`_.
17+
18+
-- The MongoDB Documentation Team

‎config/redirects

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
define: prefix docs/java-rs
2+
define: base https://www.mongodb.com/docs/
3+
define: versions master
4+
5+
# raw: <source file> -> ${base}/<destination>

‎snooty.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name = "java-rs"
2+
title = "Java RS Driver"
3+
4+
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
5+
"https://www.mongodb.com/docs/atlas/objects.inv"
6+
]
7+
8+
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
9+
10+
# [constants]
11+
# constant = "value"

‎source/index.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
==============
2+
Java RS Driver
3+
==============
4+
5+
.. default-domain:: mongodb
6+
7+
Your words here. Don't forget to add a toctree!
8+
9+
Have a lovely day!

‎worker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)
Please sign in to comment.