github.com/bluestoneag/bluephish@v0.1.0/mkdocs.yml (about)

     1  # Project information
     2  site_name: BluePhish Docs
     3  site_author: Bluestone AG
     4  site_description: >-
     5    Open-Source Phishing Toolkit directly forked of the GoPhish Version 0.11.0
     6  
     7  # Repository
     8  repo_url: https://github.com/bluestoneag/bluephish
     9  repo_name: bluestoneag/bluephish
    10  edit_uri: ""
    11  
    12  # Copyright
    13  copyright: Copyright © 2021 Bluestone AG
    14  
    15  # Configuration
    16  theme:
    17    logo: images/bluephish_logo_small.png
    18    name: material
    19    language: en
    20    font:
    21      text: Roboto
    22      code: Roboto Mono
    23    favicon: images/favicon.ico
    24    icon:
    25      repo: fontawesome/brands/github
    26    features:
    27      - content.code.annotate
    28      - navigation.indexes
    29      - navigation.sections
    30      - navigation.tabs
    31      - navigation.top
    32      - navigation.tracking
    33      - search.highlight
    34      - search.share
    35      - search.suggest
    36    palette:
    37      - scheme: default
    38        primary: white
    39        accent: light blue
    40        toggle:
    41          icon: material/toggle-switch-off-outline
    42          name: Switch to dark mode
    43      - scheme: slate 
    44        primary: black
    45        accent: light blue
    46        toggle:
    47          icon: material/toggle-switch
    48          name: Switch to light mode
    49  
    50  # Plugins
    51  plugins:
    52    - search
    53  
    54  # Customization
    55  extra:
    56    social:
    57      - icon: fontawesome/brands/github
    58        link: https://github.com/bluestoneag
    59      - icon: fontawesome/brands/instagram
    60        link: https://instagram.com/bscgag
    61  
    62  # Page tree
    63  nav:
    64    - Home: index.md
    65    - Deployment:
    66      - Docker: deployment/docker.md
    67      - Kubernetes: deployment/kubernetes.md
    68    - API Documentation:
    69      - Introduction: api/introduction.md
    70      - Settings: api/settings.md