| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| | INHERIT: ./nav.yml |
| |
|
| | site_name: Apache Iceberg |
| |
|
| | theme: |
| | custom_dir: overrides |
| | static_templates: |
| | - home.html |
| | name: material |
| | language: en |
| | logo: assets/images/Iceberg-logo.svg |
| | favicon: assets/images/favicon-96x96.png |
| | font: |
| | text: Nunito Sans |
| | palette: |
| | scheme: iceberg |
| | features: |
| | - navigation.tabs |
| | - navigation.tabs.sticky |
| | - navigation.path |
| | - navigation.top |
| | - navigation.tracking |
| | - toc.follow |
| | - offline |
| | - search.suggest |
| | - search.highlight |
| | - content.tabs.link |
| | - content.code.copy |
| | - content.code.annotate |
| |
|
| | plugins: |
| | - search |
| | - macros |
| | - monorepo |
| | - privacy |
| | - offline: |
| | enabled: !ENV [OFFLINE, false] |
| |
|
| | markdown_extensions: |
| | - pymdownx.highlight: |
| | anchor_linenums: true |
| | - pymdownx.inlinehilite |
| | - pymdownx.snippets |
| | - admonition |
| | - pymdownx.arithmatex: |
| | generic: true |
| | - footnotes |
| | - pymdownx.details |
| | - pymdownx.superfences |
| | - pymdownx.tabbed: |
| | alternate_style: true |
| | - pymdownx.mark |
| | - pymdownx.tilde |
| | - attr_list |
| | - pymdownx.emoji: |
| | emoji_index: !!python/name:material.extensions.emoji.twemoji |
| | emoji_generator: !!python/name:material.extensions.emoji.to_svg |
| | - tables |
| | - md_in_html |
| | - toc: |
| | permalink: 🔗 |
| |
|
| | extra: |
| | icebergVersion: '1.5.2' |
| | nessieVersion: '0.77.1' |
| | social: |
| | - icon: fontawesome/regular/comments |
| | link: 'https://iceberg.apache.org/community/' |
| | title: community |
| | - icon: fontawesome/brands/github |
| | link: 'https://github.com/apache/iceberg' |
| | title: github |
| | - icon: fontawesome/brands/youtube |
| | link: 'https://www.youtube.com/@ApacheIceberg' |
| | title: youtube |
| | - icon: fontawesome/brands/slack |
| | link: 'https://join.slack.com/t/apache-iceberg/shared_invite/zt-287g3akar-K9Oe_En5j1UL7Y_Ikpai3A' |
| | title: slack |
| |
|
| | exclude_docs: | |
| | !.asf.yaml |
| | |
| | extra_css: |
| | - assets/stylesheets/extra.css |
| | - assets/stylesheets/bootstrap-grid.css |
| | - assets/stylesheets/bootstrap-buttons.css |
| | - assets/stylesheets/home.css |
| | |
| | extra_javascript: |
| | - assets/javascript/extra.js |
| |
|
| | watch: |
| | - nav.yml |
| | - overrides |
| |
|