-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
298 lines (253 loc) · 7.5 KB
/
mkdocs.yml
File metadata and controls
298 lines (253 loc) · 7.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
site_name: "Sierra Dev"
repo_url: https://github.com/xsyncio/sierra-dev
theme:
name: material
favicon: assets/logo.png
logo: assets/logo.png
palette:
scheme: slate
primary: deep purple
accent: purple
font:
text: Inter
code: JetBrains Mono
icon:
logo: assets/logo.png
repo: fontawesome/brands/github-alt
edit: material/pencil
view: material/eye
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/light-bulb-16
success: octicons/check-circle-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
features:
# Content features
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.tooltips
# Navigation features
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
# Search features
- search.highlight
- search.share
- search.suggest
# Table of contents
- toc.follow
- toc.integrate
# Announcement
- announce.dismiss
nav:
- Home:
- "Welcome": welcome.md
- "Overview": index.md
- "Installation": installation.md
- "Core Concepts": concepts.md
- "Sierra Dev Info": sierra-dev.md
- Tutorials:
- "Your First 5 Minutes": quickstart.md
- "Results Guide": results-guide.md
- "Result Types (Original)": results.md
- "Invoker Anatomy": invoker.md
- "OSINT Tools": osint-tools.md
- "Package Manager":
- "Overview": package-manager/index.md
- "CLI Commands": package-manager/commands.md
- "Reference":
- "CLI Reference": cli-reference.md
- "Configuration": configuration.md
- "Development Guide": development.md
- "Guides":
- "Read First": guides/index.md
- "Typing & Type Hints": guides/typing.md
- "Documentation": guides/documentation.md
- "Linting & Formatting": guides/linting.md
- "Plugins": guides/plugins.md
- "API Reference":
- "Core Components":
- "Sierra Client": sierra/client.md
- "Invoker": sierra/invoker.md
- "Options": sierra/options.md
- "Core Architecture":
- "Loader": sierra/core/loader.md
- "Environment": sierra/core/environment.md
- "Compiler": sierra/core/compiler.md
- "Builder": sierra/core/builder.md
- "Checker": sierra/core/checker.md
- "Package Manager":
- "Repository": sierra/package_manager/repository.md
- "Installer": sierra/package_manager/installer.md
- "Registry": sierra/package_manager/registry.md
- "Internal Systems":
- "Cache": sierra/internal/cache.md
- "Errors": sierra/internal/errors.md
- "Logger": sierra/internal/logger.md
- "Abstract Base Classes":
- "Base ABC": sierra/abc/base.md
- "Sierra ABC": sierra/abc/sierra.md
markdown_extensions:
# Core extensions
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: "Link"
baselevel: 2
separator: "-"
# PyMdown extensions for enhanced features
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
auto_title: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: xsyncio
repo: sierra-dev
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Provide a terminal-style fence (replacement for termynal plugin)
- name: terminal
class: term
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
lang: en
- privacy:
enabled: !ENV [CI, false]
- mkdocstrings:
default_handler: python
handlers:
python:
inventories:
- https://docs.python.org/3.10/objects.inv
options:
# Documentation formatting
heading_level: 3
annotations_path: source
members_order: source
group_by_category: true
docstring_section_style: spacy
docstring_style: numpy
# Display options
inherited_members: true
merge_init_into_class: true
separate_signature: true
show_signature_annotations: true
show_source: false
show_submodules: false
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
show_category_heading: true
show_root_heading: true
show_root_toc_entry: true
show_root_full_path: true
show_root_members_full_path: false
show_object_full_path: false
show_if_no_docstring: true
# Extensions: (removed griffe_inherited_docstrings because it is not a separately installable module)
extensions: []
# Filters to exclude private methods
filters:
- "!^_"
- "!^__init_subclass__"
- "!^__new__"
- "!^__class_getitem__"
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: auto
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
background: white
shadow: true
manual: false
# termynal plugin was previously referenced but has no reliable PyPI repo.
# If you have a local or forked termynal plugin, add it here; otherwise the
# terminal-style code blocks are provided via pymdownx.superfences above.
# - termynal:
# title: "Terminal"
# buttons: macos
# prompt_literal_start:
# - "$"
# - ">"
# - ">>>"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/xsyncio/sierra-dev
name: GitHub Repository
- icon: fontawesome/solid/book
link: https://xsyncio.github.io/sierra-dev/
name: Documentation
version:
provider: mike
default: latest
generator: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js