| |
@@ -1,16 +1,16 @@
|
| |
# Name will be mostly visible in the URL. Treat it as an indentifier.
|
| |
# 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: engineering # <---- PLEASE MODIFY
|
| |
+ name: engineering
|
| |
|
| |
# Title will be visible on the page.
|
| |
- title: Engineering Teams # <---- PLEASE MODIFY
|
| |
+ title: Engineering Teams
|
| |
|
| |
# 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 "master" to a specific version.
|
| |
- version: master
|
| |
+ 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
|
| |
+ start_page: ROOT:index.adoc
|
| |
|
| |
# This lists all the menu definitions of your component.
|
| |
#nav:
|
| |
- #- modules/ROOT/nav.adoc
|
| |
+ # - modules/ROOT/nav.adoc
|
| |
This commit fixes all Antora configuration files for the components
underneath this repository. When you run the build script, it reports
errors that it is unable to find the reference for the
start_path
forall of the components. This is because the full path is required,
including the
.adoc
file ending. So, this commit makes the pathexplicit and therefore, fixes the errors.