Skip to content

Commit e68bb4c

Browse files
committed
docs: Hide coverage and sources
1 parent e1741d1 commit e68bb4c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nav:
2525
- Development:
2626
- Contributing: contributing.md
2727
- Code of Conduct: code_of_conduct.md
28-
- Coverage report: coverage.md
28+
# - Coverage report: coverage.md
2929
- Insiders:
3030
- insiders/index.md
3131
- Getting started:
@@ -110,7 +110,7 @@ plugins:
110110
- scripts/gen_ref_nav.py
111111
- literate-nav:
112112
nav_file: SUMMARY.md
113-
- coverage
113+
# - coverage
114114
- mkdocstrings:
115115
handlers:
116116
typescript:
@@ -136,6 +136,7 @@ plugins:
136136
show_root_heading: true
137137
show_root_full_path: false
138138
show_signature_annotations: true
139+
show_source: false
139140
show_symbol_type_heading: true
140141
show_symbol_type_toc: true
141142
signature_crossrefs: true

0 commit comments

Comments
 (0)