Skip to content

Commit 7e7aaba

Browse files
authored
Docs Reformatting: pt 2 (#2)
* Libmongoc edits * structure changes * more changes * fixes * edits * restructure * small changes * more structure changes * RM feedback
1 parent 91bf087 commit 7e7aaba

File tree

1,050 files changed

+5689
-5491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,050 files changed

+5689
-5491
lines changed

snooty.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
77

88
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
99

10-
# [constants]
11-
# constant = "value"
10+
[constants]
11+
12+
version = "1.26"
13+
full-version = "{+version+}.1"
14+
range-is-experimental = "Range algorithm is experimental only and not intended for public use. It is subject to breaking changes."
15+
api-is-experimental = "This API is part of the experimental Queryable Encryption PI and may be subject to breaking changes in future releases."

source/.DS_Store

6 KB
Binary file not shown.

source/docs-libbson/api.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ API Reference
66
:titlesonly:
77
:maxdepth: 2
88

9-
bson_t
10-
bson_array_builder_t
11-
bson_context_t
12-
bson_decimal128_t
13-
bson_error_t
14-
bson_iter_t
15-
bson_json_reader_t
16-
bson_oid_t
17-
bson_reader_t
18-
character_and_string_routines
19-
bson_string_t
20-
bson_subtype_t
21-
bson_type_t
22-
bson_unichar_t
23-
bson_value_t
24-
bson_visitor_t
25-
bson_writer_t
26-
bson_get_monotonic_time
27-
bson_memory
28-
version
9+
/api/bson_t
10+
/api/bson_array_builder_t
11+
/api/bson_context_t
12+
/api/bson_decimal128_t
13+
/api/bson_error_t
14+
/api/bson_iter_t
15+
/api/bson_json_reader_t
16+
/api/bson_oid_t
17+
/api/bson_reader_t
18+
/api/character_and_string_routines
19+
/api/bson_string_t
20+
/api/bson_subtype_t
21+
/api/bson_type_t
22+
/api/bson_unichar_t
23+
/api/bson_value_t
24+
/api/bson_visitor_t
25+
/api/bson_writer_t
26+
/api/bson_get_monotonic_time
27+
/api/bson_memory
28+
/api/version

source/docs-libbson/bson_context_t.txt renamed to source/docs-libbson/api/bson_context_t.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Functions
4242
:titlesonly:
4343
:maxdepth: 1
4444

45-
bson_context_destroy
46-
bson_context_get_default
47-
bson_context_new
45+
/bson_context_t/bson_context_destroy
46+
/bson_context_t/bson_context_get_default
47+
/bson_context_t/bson_context_new
4848

4949
Example
5050
-------

source/docs-libbson/bson_decimal128_t.txt renamed to source/docs-libbson/api/bson_decimal128_t.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Functions
4545
:titlesonly:
4646
:maxdepth: 1
4747

48-
bson_decimal128_from_string
49-
bson_decimal128_from_string_w_len
50-
bson_decimal128_to_string
48+
/bson_decimal128_t/bson_decimal128_from_string
49+
/bson_decimal128_t/bson_decimal128_from_string_w_len
50+
/bson_decimal128_t/bson_decimal128_to_string
5151

5252
Example
5353
-------

0 commit comments

Comments
 (0)