We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1741d1 commit e68bb4cCopy full SHA for e68bb4c
1 file changed
mkdocs.yml
@@ -25,7 +25,7 @@ nav:
25
- Development:
26
- Contributing: contributing.md
27
- Code of Conduct: code_of_conduct.md
28
- - Coverage report: coverage.md
+ # - Coverage report: coverage.md
29
- Insiders:
30
- insiders/index.md
31
- Getting started:
@@ -110,7 +110,7 @@ plugins:
110
- scripts/gen_ref_nav.py
111
- literate-nav:
112
nav_file: SUMMARY.md
113
-- coverage
+# - coverage
114
- mkdocstrings:
115
handlers:
116
typescript:
@@ -136,6 +136,7 @@ plugins:
136
show_root_heading: true
137
show_root_full_path: false
138
show_signature_annotations: true
139
+ show_source: false
140
show_symbol_type_heading: true
141
show_symbol_type_toc: true
142
signature_crossrefs: true
0 commit comments