This commit makes various tweaks and changes to how the Fedora Design Team docs repository serves documentation. Key changes are noted below: * Ignored more common build artifacts in `.gitignore` * Change URL schema from `/design-docs/` to `/design/` * Remove all artifacts from the pizza factory example * Update partials file with several data-points about the Fedora Design Team and common collaboration points Signed-off-by: Justin W. Wheeler <jwf@redhat.com>
22 lines
811 B
YAML
22 lines
811 B
YAML
# Name will be mostly visible in the URL. Treat it as an identifier.
|
|
# Tip: If you want to use the local preview scripts that come with this
|
|
# repository, please change this value in the site.yml file as well (under
|
|
# site/start_page)
|
|
name: design
|
|
|
|
# Title will be visible on the page.
|
|
title: Fedora Design Team
|
|
|
|
# If you don't plan to have multiple versions of the docs (for example, to
|
|
# document multiple versions of some software), you can ignore this field.
|
|
# Otherwise, change "~" to a specific version.
|
|
version: ~
|
|
|
|
# We encourage you to name the index page as "index.adoc". If you absolutely
|
|
# have to use a different name, please reflect it here. You can ignore this
|
|
# field otherwise.
|
|
start_page: ROOT:index.adoc
|
|
|
|
# This lists all the menu definitions of your component.
|
|
nav:
|
|
- modules/ROOT/nav.adoc
|