Commit 0a7a8b5
Micah Scott @ MongoDB
DRIVERS-3010 reformat specs for improved mkdocs rendering (#1678)
* mdformat: bump mdformat to version 0.7.18
* mdformat: add mdformat-mkdocs plugin (enforcing 4-space indent)
* mkdocs: add superfences extension, to fix indented fenced code
* mkdocs: add arithmatex (and MathJax) for math mode support
* mkdocs: add escapeall extension to fix rendering of escaped angle brackets
* mkdocs: enable markdown footnote support
* mkdocs: add extra.css rules to improve table and list readability
* ci: git diff when pre-commit fails, so that mdformat disagreements are visible in the log
* readme: suggest installing dependencies from requirements.txt
* tag all fenced code blocks with a language (mkdocs leaves hljs configured to guess a language, not leave untagged code unformatted)
* use code blocks for code more, especially to avoid unintended math mode
* convert remaining unclosed div elements to closed span
* additional manual indentation fixes1 parent 24817a5 commit 0a7a8b5
File tree
94 files changed
+5428
-5300
lines changed- .github
- workflows
- scripts
- source
- atlas-data-lake-testing/tests
- auth
- tests
- benchmarking
- bson-binary-uuid
- bson-binary-vector
- tests
- bson-corpus
- bson-decimal128
- bson-objectid
- causal-consistency
- change-streams
- tests
- client-side-encryption
- tests
- client-side-operations-timeout
- tests
- command-logging-and-monitoring
- tests
- compression
- connection-monitoring-and-pooling
- tests
- cmap-format
- connection-string
- tests
- connections-survive-step-down/tests
- crud
- tests
- dbref
- enumerate-collections
- enumerate-databases
- extended-json
- faas-automated-testing
- find_getmore_killcursors_commands
- gridfs
- index-management
- tests
- initial-dns-seedlist-discovery
- tests
- load-balancers
- logging
- max-staleness
- tests
- message
- mongodb-handshake
- tests
- ocsp-support
- tests
- polling-srv-records-for-mongos-discovery
- tests
- read-write-concern
- retryable-reads
- tests
- retryable-writes
- tests
- run-command
- server-discovery-and-monitoring
- tests
- server-selection
- tests
- server_write_commands
- serverless-testing
- sessions
- tests
- socks5-support
- transactions-convenient-api
- tests
- transactions
- tests
- unified-test-format
- tests
- uri-options
- versioned-api
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+5428
-5300
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
0 commit comments