equal
  deleted
  inserted
  replaced
  
    
    
         | 
     1 # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json  | 
         | 
     2   | 
         | 
     3 site_name: AboutOss  | 
         | 
     4 copyright: 'Copyright © 2025 Frédéric Barthéléry'  | 
         | 
     5 repo_url: https://github.com/fbarthelery/AboutOss  | 
         | 
     6   | 
         | 
     7 theme:  | 
         | 
     8   name: material  | 
         | 
     9   palette:  | 
         | 
    10     # Palette toggle for automatic mode  | 
         | 
    11     - media: "(prefers-color-scheme)"  | 
         | 
    12       toggle:  | 
         | 
    13         icon: material/brightness-auto  | 
         | 
    14         name: Switch to light mode  | 
         | 
    15     - media: "(prefers-color-scheme: light)"  | 
         | 
    16       scheme: default  | 
         | 
    17       toggle:  | 
         | 
    18         icon: material/brightness-7  | 
         | 
    19         name: Switch to dark mode  | 
         | 
    20     - media: '(prefers-color-scheme: dark)'  | 
         | 
    21       scheme: slate  | 
         | 
    22       toggle:  | 
         | 
    23         icon: material/brightness-4  | 
         | 
    24         name: Switch to light mode  | 
         | 
    25   icon:  | 
         | 
    26     repo: fontawesome/brands/github  | 
         | 
    27   | 
         | 
    28   features:  | 
         | 
    29     - content.code.copy  | 
         | 
    30   | 
         | 
    31 markdown_extensions:  | 
         | 
    32   - pymdownx.highlight:  | 
         | 
    33       line_spans: __span  | 
         | 
    34       pygments_lang_class: true  | 
         | 
    35   - pymdownx.inlinehilite  | 
         | 
    36   - pymdownx.snippets  | 
         | 
    37   - pymdownx.superfences  | 
         | 
    38   | 
         | 
    39 nav:  | 
         | 
    40   - Home: index.md  | 
         | 
    41   - API: api/index.html  | 
         | 
    42   - "Discussions ⏏": https://github.com/fbarthelery/AboutOss/discussions  |