tree: d39b839724d8540cf855b407a0324bfc36d5110d [path history] [tgz]
  1. docs/
  2. mkdocs.yml
  3. README.md
site/README.md

Apache Iceberg Site

This directory contains the source for the Iceberg site.

  • Site structure is maintained in mkdocs.yml
  • Pages are maintained in markdown in the docs/ folder
  • Links use bare page names: [link text](target-page)

Installation

The site is built using mkdocs. To install mkdocs and the theme, run:

pip install mkdocs
pip install mkdocs-cinder
pip install mkdocs-redirects
pip install pymdown-extensions

Local Changes

To see changes locally before committing, use mkdocs to run a local server from this directory.

mkdocs serve

Publishing

After site changes are committed, you can publish the site with this command:

mkdocs gh-deploy

This assumes that the Apache remote is named apache and will push to the asf-site branch. To use a different remote add -r <remote-name>.