From 55485b7db66c28d16cd0a99d66ec37f4e044abb6 Mon Sep 17 00:00:00 2001 From: Robert Krátký Date: Mar 02 2018 14:55:11 +0000 Subject: [PATCH 1/3] Fix AB yamls to build correctly. --- diff --git a/_distro_map.yml b/_distro_map.yml index 62870ad..e55d33e 100644 --- a/_distro_map.yml +++ b/_distro_map.yml @@ -1,11 +1,11 @@ --- fedora: - name: Fedora Installation Guide + name: Fedora Documentation Guide author: Fedora Documentation Project site: main site_name: Home site_url: https://docs.fedoraproject.org/ branches: master: - name: Rawhide - dir: master + name: documentation-guide + dir: documentation-guide diff --git a/_topic_map.yml b/_topic_map.yml index 25613d8..119439d 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -25,12 +25,12 @@ Name: Fedora Documentation Guide Dir: en-US Topics: - Name: Contributing - File: contributing + File: index - Name: Pull Requests File: pr - Name: Publishing Translations File: publishing-translation - - Name: Orginization + - Name: Organization File: repo-org - Name: Tools File: tools From c078df0b55b33db0a7f8682ca9e285bfb92ac5a7 Mon Sep 17 00:00:00 2001 From: Robert Krátký Date: Mar 02 2018 15:01:28 +0000 Subject: [PATCH 2/3] Fix structure and links on index page. --- diff --git a/index-main.html b/index-main.html index f8801fc..e3ae701 100644 --- a/index-main.html +++ b/index-main.html @@ -29,17 +29,14 @@
-

Fedora Documentation Site

+

Fedora Documentation Guide Site

Test Build.

From 64c24744e419c23a10f5e3dd429208f44c5e1802 Mon Sep 17 00:00:00 2001 From: Robert Krátký Date: Mar 02 2018 15:02:45 +0000 Subject: [PATCH 3/3] Make the 'Contributing' file into the landing page. --- diff --git a/en-US/contributing.adoc b/en-US/contributing.adoc deleted file mode 100644 index a680309..0000000 --- a/en-US/contributing.adoc +++ /dev/null @@ -1,35 +0,0 @@ -= Contribute to Fedora Documentation - -== Different Ways to Contribute - -There are a few different ways you can contribute to Fedora -documentation. While all of these are great ways to contribute, we've -listed them in the order of maximum impact. - -* If you would like to do the work yourself, or if it is a substantial - change, then you you should clone the repository, make your changes, - and submit a pull request (PR). Each PR should have closely-related - changes. In particular, it is a good idea to use separate PRs - for bugfix changes (for an old or current release) vs enhancement - changes (for an upcoming new release). Further information about - link:pr.adoc[PRs is available] in this documentation set. -* Create an issue in https://pagure.io/[pagure.io] in the appropriate - document's repository. See xref:repository-list[Repository List] - below for more details. -* Email the Fedora documentation team: docs@lists.fedoraproject.org - - -[[repository-list]] -== Repository List - -Major documents and/or documentation sets are separated -into separate repositories. All repositories are stored in -https://pagure.io/[pagure.io]. - -The major documents and documentations sets are: - -* Installation Guide - https://pagure.io/fedora-docs/install-guide -* Release Notes - https://pagure.io/fedora-docs/release-notes -* System Administrator's Guide - https://pagure.io/fedora-docs/system-administrators-guide - -This document is stored in https://pagure.io/fedora-docs/documentation-guide diff --git a/en-US/index.adoc b/en-US/index.adoc new file mode 100644 index 0000000..a680309 --- /dev/null +++ b/en-US/index.adoc @@ -0,0 +1,35 @@ += Contribute to Fedora Documentation + +== Different Ways to Contribute + +There are a few different ways you can contribute to Fedora +documentation. While all of these are great ways to contribute, we've +listed them in the order of maximum impact. + +* If you would like to do the work yourself, or if it is a substantial + change, then you you should clone the repository, make your changes, + and submit a pull request (PR). Each PR should have closely-related + changes. In particular, it is a good idea to use separate PRs + for bugfix changes (for an old or current release) vs enhancement + changes (for an upcoming new release). Further information about + link:pr.adoc[PRs is available] in this documentation set. +* Create an issue in https://pagure.io/[pagure.io] in the appropriate + document's repository. See xref:repository-list[Repository List] + below for more details. +* Email the Fedora documentation team: docs@lists.fedoraproject.org + + +[[repository-list]] +== Repository List + +Major documents and/or documentation sets are separated +into separate repositories. All repositories are stored in +https://pagure.io/[pagure.io]. + +The major documents and documentations sets are: + +* Installation Guide - https://pagure.io/fedora-docs/install-guide +* Release Notes - https://pagure.io/fedora-docs/release-notes +* System Administrator's Guide - https://pagure.io/fedora-docs/system-administrators-guide + +This document is stored in https://pagure.io/fedora-docs/documentation-guide