_config.yml 891 B

1234567891011121314151617181920212223242526272829303132333435
  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. exclude:
  10. - '.*'
  11. - '**/node_modules'
  12. - '**/dist'
  13. - 'bazel-*'
  14. - 'utils/vscode/images/icon.png'
  15. aux_links:
  16. Discord: https://discord.gg/ZjVdShJDAs
  17. GitHub: https://github.com/carbon-language/carbon-lang
  18. mermaid:
  19. # Version of mermaid library
  20. # Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
  21. version: '10.9.1'
  22. # We add frontmatter to files, but still want README.md -> index.md.
  23. readme_index:
  24. remove_originals: true
  25. with_frontmatter: true
  26. kramdown:
  27. parse_block_html: true