Skip to content

Commit 022fa58

Browse files
authored
docs: environmental configuration (#3947)
* docs: environmental configuration * docs: light changes * docs: reformat * remove sdk specific sections * docs: add code formatting * update api instructions * docs: consolidate mTLS * docs: add closing tab * docs: fix broken links * tighten up * docs: line highlight * docs: add dotnet and ruby to envconfig page * docs: add ruby and dotnet * docs: fix indentation issue * docs: add dotnet and ruby client pages; fix broken links: * docs: add config page to sidebar * docs: fix small issues * docs: fix broken anchor * docs: add language highlighing for bash and toml * separate reference to a different page * docs: add to sidebar * docs: environmental -> environment variable * fix comment issue * docs: fix comment * fix build issue * docs: fix small index page issues * docs: change tab id * docs: fix broken anchors * docs: remove .net references * docs: remove wrong sdk ref * docs: small edit * docs: updarte filename * docs: fix code highlighting * docs: remove nexus description changes * docs: fix broken link * docs: remove TS from mention temporarily * docs: fix heading caps * highlight lines * update links
1 parent 13fb7c7 commit 022fa58

File tree

27 files changed

+3723
-2134
lines changed

27 files changed

+3723
-2134
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"semi": true,
88
"arrowParens": "always",
99
"bracketSpacing": true,
10-
"overrides": [{ "files": "**/*.{md,mx}", "options": { "parser": "mdx" } }]
10+
"overrides": [{ "files": "**/*.{md,mdx}", "options": { "parser": "mdx" } }]
1111
}

0 commit comments

Comments
 (0)