feat: remove explicit toc

The UI bundle now includes a toc in the right hand sidebar, so there's
no need to have tocs explicitly at the start of documents.
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2022-03-16 15:37:09 +00:00
parent 8be85dac73
commit f6aa83acfe
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD
18 changed files with 0 additions and 18 deletions

View file

@ -1,5 +1,4 @@
= How to Get Sponsored into the Packager Group
:toc:
[#sponsorship_model]
== Sponsorship model

View file

@ -1,5 +1,4 @@
= How to Sponsor a New Contributor
:toc:
[#becoming_a_fedora_package_collection_sponsor]
== Becoming a Fedora Package Collection Sponsor

View file

@ -1,5 +1,4 @@
= Installing Packager Tools
:toc:
== Installing

View file

@ -1,7 +1,6 @@
include::{partialsdir}/attributes.adoc[]
= Joining the Package Maintainers
:toc:
So, you have decided to become a package maintainer in the Fedora Project?
This guide will lead you through your first package submission.

View file

@ -1,5 +1,4 @@
= New Package Process for Existing Contributors
:toc:
This is a short version of the New Package Process,
streamlined to show how existing contributors can make new packages.

View file

@ -1,7 +1,6 @@
include::{partialsdir}/attributes.adoc[]
= New Package Process for New Contributors
:toc:
This is a long version of the New Package Process,
containing more details so new contributors can follow it more easily.

View file

@ -1,7 +1,6 @@
include::{partialsdir}/attributes.adoc[]
= Package Maintenance Guide
:toc:
This page provides some basic instructions for day-to-day usage
of the http://git-scm.com/[git]-based package maintenance system for Fedora.

View file

@ -1,5 +1,4 @@
= Package Orphaning Process
:toc:
This page contains instructions for working with orphan packages
as specified in https://docs.fedoraproject.org/en-US/fesco/Policy_for_orphan_and_retired_packages/[Policy for Orphan and Retired Packages].

View file

@ -1,5 +1,4 @@
= Package Renaming Process
:toc:
For a variety of reasons it may become necessary to rename a package in Fedora.
The goal of this page is to outline the process

View file

@ -1,5 +1,4 @@
= Package Retirement Process
:toc:
When a package reaches the end of its useful life,
the Package Retirement Process lets other people

View file

@ -1,7 +1,6 @@
include::{partialsdir}/attributes.adoc[]
= Package Review Process
:toc:
In order for a new package to be added to Fedora,
the package must first undertake a formal review.

View file

@ -1,7 +1,6 @@
include::{partialsdir}/attributes.adoc[]
= Package Update Guide
:toc:
This document shows how to submit an update
for a package you maintain in Fedora.

View file

@ -2,7 +2,6 @@ include::{partialsdir}/attributes.adoc[]
= Packaging Tutorial: GNU Hello
:page-aliases: quick-docs::creating-rpm-packages.adoc
:toc:
This tutorial demonstrates RPM packaging
by packaging the https://www.gnu.org/software/hello/[GNU Hello] program.

View file

@ -1,5 +1,4 @@
= Reporting Issues
:toc
When working with Fedora Packaging, you may run across issues
in packages,

View file

@ -1,5 +1,4 @@
= Staying Close to Upstream Projects
:toc:
The Fedora Project focuses,
as much as possible,

View file

@ -1,5 +1,4 @@
= Upstream Release Monitoring
:toc:
[#tldr_get_packages_monitored]
== TLDR; Get Packages Monitored

View file

@ -1,5 +1,4 @@
= Using the Koji build system
:toc:
[#using_koji_in_fedora]
== Using Koji in Fedora

View file

@ -1,5 +1,4 @@
= Fedora Package Maintainers
:toc:
Fedora Packages are maintained collectively
by a community of both Red Hat members and volunteers.