|
| 1 | +site_name: CloudPwn |
| 2 | +site_description: Cloud security toolkit to perform enumeration in AWS, Azure, and GCP |
| 3 | +site_url: https://github.com/ajutamangdev/CloudPwn |
| 4 | +theme: |
| 5 | + name: material |
| 6 | + palette: |
| 7 | + - media: "(prefers-color-scheme)" |
| 8 | + toggle: |
| 9 | + icon: material/lightbulb-auto |
| 10 | + name: Switch to light mode |
| 11 | + - media: '(prefers-color-scheme: light)' |
| 12 | + scheme: default |
| 13 | + primary: teal |
| 14 | + accent: amber |
| 15 | + toggle: |
| 16 | + icon: material/lightbulb |
| 17 | + name: Switch to dark mode |
| 18 | + - media: '(prefers-color-scheme: dark)' |
| 19 | + scheme: slate |
| 20 | + primary: teal |
| 21 | + accent: amber |
| 22 | + toggle: |
| 23 | + icon: material/lightbulb-outline |
| 24 | + name: Switch to system preference |
| 25 | + features: |
| 26 | + - content.code.annotate |
| 27 | + - content.code.copy |
| 28 | + # - content.code.select |
| 29 | + - content.footnote.tooltips |
| 30 | + - content.tabs.link |
| 31 | + - content.tooltips |
| 32 | + - navigation.footer |
| 33 | + - navigation.indexes |
| 34 | + - navigation.instant |
| 35 | + - navigation.instant.prefetch |
| 36 | + # - navigation.instant.preview |
| 37 | + - navigation.instant.progress |
| 38 | + - navigation.path |
| 39 | + - navigation.tabs |
| 40 | + - navigation.tabs.sticky |
| 41 | + - navigation.top |
| 42 | + - navigation.tracking |
| 43 | + - search.highlight |
| 44 | + - search.share |
| 45 | + - search.suggest |
| 46 | + - toc.follow |
| 47 | + |
| 48 | + icon: |
| 49 | + repo: fontawesome/brands/github-alt |
| 50 | +repo_name: ajutamangdev/CloudPwn |
| 51 | +repo_url: https://github.com/ajutamangdev/cloudpwn |
| 52 | +plugins: |
| 53 | + mkdocstrings: |
| 54 | + handlers: |
| 55 | + python: |
| 56 | + options: |
| 57 | + extensions: |
| 58 | + - griffe_typingdoc |
| 59 | + show_root_heading: true |
| 60 | + show_if_no_docstring: true |
| 61 | + preload_modules: |
| 62 | + - httpx |
| 63 | + - starlette |
| 64 | + inherited_members: true |
| 65 | + members_order: source |
| 66 | + separate_signature: true |
| 67 | + unwrap_annotated: true |
| 68 | + filters: |
| 69 | + - '!^_' |
| 70 | + merge_init_into_class: true |
| 71 | + docstring_section_style: spacy |
| 72 | + signature_crossrefs: true |
| 73 | + show_symbol_type_heading: true |
| 74 | + show_symbol_type_toc: true |
| 75 | + |
| 76 | +nav: |
| 77 | +- CloudPwn: index.md |
| 78 | +- Getting Started: |
| 79 | + - Installation: installation.md |
| 80 | + - Quick Start: quickstart.md |
| 81 | +- Usage: usage.md |
| 82 | + |
| 83 | +markdown_extensions: |
| 84 | + # Python Markdown |
| 85 | + abbr: |
| 86 | + attr_list: |
| 87 | + footnotes: |
| 88 | + md_in_html: |
| 89 | + tables: |
| 90 | + toc: |
| 91 | + permalink: true |
| 92 | + |
| 93 | + # Python Markdown Extensions |
| 94 | + pymdownx.betterem: |
| 95 | + pymdownx.caret: |
| 96 | + pymdownx.highlight: |
| 97 | + line_spans: __span |
| 98 | + pymdownx.inlinehilite: |
| 99 | + pymdownx.keys: |
| 100 | + pymdownx.mark: |
| 101 | + pymdownx.superfences: |
| 102 | + custom_fences: |
| 103 | + - name: mermaid |
| 104 | + class: mermaid |
| 105 | + format: !!python/name:pymdownx.superfences.fence_code_format |
| 106 | + pymdownx.tilde: |
| 107 | + |
| 108 | + # pymdownx blocks |
| 109 | + pymdownx.blocks.admonition: |
| 110 | + types: |
| 111 | + - note |
| 112 | + - attention |
| 113 | + - caution |
| 114 | + - danger |
| 115 | + - error |
| 116 | + - tip |
| 117 | + - hint |
| 118 | + - warning |
| 119 | + # Custom types |
| 120 | + - info |
| 121 | + - check |
| 122 | + pymdownx.blocks.details: |
| 123 | + pymdownx.blocks.tab: |
| 124 | + alternate_style: True |
| 125 | + |
| 126 | + # Other extensions |
| 127 | + mdx_include: |
| 128 | + markdown_include_variants: |
| 129 | + |
| 130 | +extra: |
| 131 | + social: |
| 132 | + - icon: fontawesome/brands/github-alt |
| 133 | + link: https://github.com/ajutamangdev/cloudpwn |
| 134 | + - icon: fontawesome/brands/bluesky |
| 135 | + link: https://bsky.app/profile/ajutamang.bsky.social |
| 136 | + - icon: fontawesome/brands/linkedin |
| 137 | + link: https://www.linkedin.com/in/aju-tamang |
| 138 | + - icon: fontawesome/brands/twitter |
| 139 | + link: https://x.com/_ajutamang_ |
0 commit comments