From 197081a71e480dd195c1d6df1f69cc5bd96bea9b Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Mar 10 2021 14:59:37 +0000 Subject: Use lower case in the docs name The `name` field in `antora.yml` sets the URL. Typically, this is all lower case. Accepting this change means the end url will be docs.fp.o//fedora-server instead of docs.fp.o//Fedora-server --- diff --git a/docs/antora.yml b/docs/antora.yml index 67edf52..a8e5e56 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ # 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: Fedora-server # <---- PLEASE MODIFY +name: fedora-server # <---- PLEASE MODIFY # Title will be visible on the page. title: Fedora server documentation # <---- PLEASE MODIFY