mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:10:13 +01:00
Exclude some files from the website and prebuild steps that aren't part of the git repository, but may exist in a checkout, and if present will cause the website prebuild or build to misbehave or break. --------- Co-authored-by: Carbon Infra Bot <carbon-external-infra@google.com>
36 lines
891 B
YAML
36 lines
891 B
YAML
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
# Exceptions. See /LICENSE for license information.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
title: Carbon Language documentation
|
|
description: An experimental successor to C++
|
|
|
|
# https://just-the-docs.github.io/just-the-docs/
|
|
theme: just-the-docs
|
|
|
|
favicon_ico: '/favicon.png'
|
|
|
|
exclude:
|
|
- '.*'
|
|
- '**/node_modules'
|
|
- '**/dist'
|
|
- 'bazel-*'
|
|
- 'utils/vscode/images/icon.png'
|
|
|
|
aux_links:
|
|
Discord: https://discord.gg/ZjVdShJDAs
|
|
GitHub: https://github.com/carbon-language/carbon-lang
|
|
|
|
mermaid:
|
|
# Version of mermaid library
|
|
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
|
|
version: '10.9.1'
|
|
|
|
# We add frontmatter to files, but still want README.md -> index.md.
|
|
readme_index:
|
|
remove_originals: true
|
|
with_frontmatter: true
|
|
|
|
kramdown:
|
|
parse_block_html: true
|