diff --git a/README.md b/README.md index 153e934..dd9c0f0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# pages +# Fedora Docs — pages -Pages such as the homepage for Fedora Docs \ No newline at end of file +Pages such as the homepage for Fedora Docs. Previously hosted in the [docs-fp-o](https://pagure.io/fedora-docs/docs-fp-o/) repository under `/pages/`. diff --git a/engineering/antora.yml b/engineering/antora.yml new file mode 100644 index 0000000..a36817b --- /dev/null +++ b/engineering/antora.yml @@ -0,0 +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 + +# Title will be visible on the page. +title: Engineering Teams # <---- PLEASE MODIFY + +# 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 + +# 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 + +# This lists all the menu definitions of your component. +#nav: +#- modules/ROOT/nav.adoc diff --git a/engineering/modules/ROOT/pages/index.adoc b/engineering/modules/ROOT/pages/index.adoc new file mode 100644 index 0000000..5219c6a --- /dev/null +++ b/engineering/modules/ROOT/pages/index.adoc @@ -0,0 +1,20 @@ += Engineering Teams +:page-layout: without_menu + +* xref:fesco:ROOT:index.adoc[**Fedora Engineering Steering Committee**] — FESCo is the Fedora Engineering Steering Committee. It is a fully community elected body and represents the technical leadership in Fedora. + +* xref:modularity:ROOT:index.adoc[**Fedora Modularity**] — Modularity introduces an optional Modular repository that provides additional versions of software on independent lifecycles. + +* xref:containers:ROOT:index.adoc[**Fedora Containers**] — Here you will find Documentation and Guidelines regarding creation, usage and maintainance of Containers in Fedora. + +* xref:neurofedora:ROOT:overview.adoc[**NeuroFedora**] — NeuroFedora is an initiative to provide a ready to use Fedora based Free/Open source software platform for neuroscience. + +* xref:teleirc-sig:ROOT:index.adoc[**Fedora Teleirc SIG**] — The Teleirc SIG is a volunteer-driven group to manage Teleirc bridge bots. + +* xref:ci:ROOT:index.adoc[**Fedora CI**] — Fedora Continuous Integration Portal + +* link:https://fedora-infra-docs.readthedocs.io/en/latest/[**Fedora Infrastructure 🔗**] — Documentation covering the development and administration of the many projects that make Fedora work. + +== Other Engineering Resources + +* xref:flatpak:ROOT:index.adoc[**Flatpak in Fedora**] — Learn how to build Flatpaks out of Fedora RPM packages. diff --git a/homepage/antora.yml b/homepage/antora.yml new file mode 100644 index 0000000..7cbb65f --- /dev/null +++ b/homepage/antora.yml @@ -0,0 +1,6 @@ +name: docs +title: Fedora Documentation +version: master +start-page: ROOT::index.adoc +nav: + - modules/ROOT/nav.adoc \ No newline at end of file diff --git a/homepage/modules/ROOT/pages/index.adoc b/homepage/modules/ROOT/pages/index.adoc new file mode 100644 index 0000000..13725d1 --- /dev/null +++ b/homepage/modules/ROOT/pages/index.adoc @@ -0,0 +1,90 @@ += Fedora Documentation +:page-layout: homepage + +++++ +
+
+

User Documentation

+ + + +
+ +
+

Fedora Project & Community

+ + + +
+
+++++ diff --git a/mindshare/antora.yml b/mindshare/antora.yml new file mode 100644 index 0000000..1d1dbfe --- /dev/null +++ b/mindshare/antora.yml @@ -0,0 +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: mindshare # <---- PLEASE MODIFY + +# Title will be visible on the page. +title: Mindshare Teams # <---- PLEASE MODIFY + +# 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 + +# 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 + +# This lists all the menu definitions of your component. +#nav: +#- modules/ROOT/nav.adoc diff --git a/mindshare/modules/ROOT/pages/index.adoc b/mindshare/modules/ROOT/pages/index.adoc new file mode 100644 index 0000000..98522b4 --- /dev/null +++ b/mindshare/modules/ROOT/pages/index.adoc @@ -0,0 +1,12 @@ += Mindshare Teams +:page-layout: without_menu + +Mindshare Teams are focused on helping our community grow both the number of users and contributors. The teams in Mindshare are each focused on a different aspect of this goal. + +* xref:mindshare-committee:ROOT:index.adoc[**Fedora Mindshare Committee**] — The Mindshare Committee fosters communication amongst the Mindshare teams and helps facilitate Council strategy. + +* xref:commops:ROOT:index.adoc[**Fedora Community Operations (CommOps)**] — Community Operations (CommOps) provides tools, resources, and utilities for different sub-projects of Fedora to improve effective communication. + +* xref:fedora-docs:ROOT:index.adoc[**Fedora Documentation (Docs)**] — The group behind this very documentation site. Includes contributors' guidelines to Fedora Docs + +* xref:badges:ROOT:index.adoc[**Fedora Badges**] — The group behind Fedora Badges — a fun website built to recognize contributors to the Fedora Project, help new and existing Fedora contributors find different ways to get involved, and encourage the improvement of Fedora's infrastructure.