_config.yml 751 B

12345678910111213141516171819202122232425
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. title: Carbon Language documentation
  5. description: An experimental successor to C++
  6. # https://just-the-docs.github.io/just-the-docs/
  7. theme: just-the-docs
  8. favicon_ico: '/favicon.png'
  9. aux_links:
  10. Discord: https://discord.gg/ZjVdShJDAs
  11. GitHub: https://github.com/carbon-language/carbon-lang
  12. mermaid:
  13. # Version of mermaid library
  14. # Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
  15. version: '10.9.1'
  16. # We add frontmatter to files, but still want README.md -> index.md.
  17. readme_index:
  18. remove_originals: true
  19. with_frontmatter: true