Updated and extended docs landing page
This commit is contained in:
parent
5609dff464
commit
815bc43663
10 changed files with 103 additions and 1 deletions
16
arm-sbc/antora.yml
Normal file
16
arm-sbc/antora.yml
Normal file
|
|
@ -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: arm-sbc # <---- PLEASE MODIFY
|
||||
|
||||
# Title will be visible on the page.
|
||||
title: ARM Singe Board Computers # <---- 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
|
||||
12
arm-sbc/modules/ROOT/pages/index.adoc
Normal file
12
arm-sbc/modules/ROOT/pages/index.adoc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
= ARM Single Board Computers
|
||||
:page-layout: without_menu
|
||||
|
||||
Fedora fully supports the Raspberry Pi 4 Single Board Computer. Additionally there are driver for many alternative maker's models with the extent of support varying. Sometimes only the basic functions work, while e.g. accelerated graphics or Wifi connections are not available. The latter is due to the fact that some manufacturers do not offer open source drivers and a reimplmentation by the OSS community is not (yet) available.
|
||||
|
||||
|
||||
https://docs.stg.fedoraproject.org/en-US/quick-docs/raspberry-pi/[General information]::
|
||||
Details about different boards and a general introduction to installation
|
||||
|
||||
https://docs.stg.fedoraproject.org/en-US/fedora-server[Fedora Server Edition]::
|
||||
Detailed installation information for Fedora Server Edition
|
||||
|
||||
16
emerging/antora.yml
Normal file
16
emerging/antora.yml
Normal file
|
|
@ -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: emerging # <---- PLEASE MODIFY
|
||||
|
||||
# Title will be visible on the page.
|
||||
title: Emerging Fedora Desktops # <---- 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
|
||||
5
emerging/modules/ROOT/pages/index.adoc
Normal file
5
emerging/modules/ROOT/pages/index.adoc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
= Emerging Fedora Desktops
|
||||
:page-layout: without_menu
|
||||
|
||||
Comming soon.
|
||||
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
|
||||
<div class="homepage-section-container">
|
||||
<a href="../fedora-workstation/" class="homepage-link homepage-link-primary" >
|
||||
<a href="../fedora-workstation-and-spins/" class="homepage-link homepage-link-primary" >
|
||||
<h3>Fedora Workstation & spins</h3>
|
||||
<!-- <p>A elaborated, easy to use operating systems for laptop and desktop computers.</p> -->
|
||||
<p>Problem-oriented guidance for beginners and advanced users of Fedora Workstation (GNOME desktop) and different spins (other desktops, like KDE)</p>
|
||||
|
|
|
|||
16
lab/antora.yml
Normal file
16
lab/antora.yml
Normal file
|
|
@ -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: lab # <---- PLEASE MODIFY
|
||||
|
||||
# Title will be visible on the page.
|
||||
title: Fedora Lab # <---- 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
|
||||
4
lab/modules/ROOT/pages/index.adoc
Normal file
4
lab/modules/ROOT/pages/index.adoc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
= Fedora Lab
|
||||
:page-layout: without_menu
|
||||
|
||||
Comming soon
|
||||
12
site.yml
12
site.yml
|
|
@ -6,6 +6,18 @@ content:
|
|||
- url: .
|
||||
start_path: homepage
|
||||
branches: HEAD
|
||||
- url: .
|
||||
start_path: emerging
|
||||
branches: HEAD
|
||||
- url: .
|
||||
start_path: lab
|
||||
branches: HEAD
|
||||
- url: .
|
||||
start_path: tools
|
||||
branches: HEAD
|
||||
- url: .
|
||||
start_path: arm-sbc
|
||||
branches: HEAD
|
||||
- url: .
|
||||
start_path: engineering
|
||||
branches: HEAD
|
||||
|
|
|
|||
16
tools/antora.yml
Normal file
16
tools/antora.yml
Normal file
|
|
@ -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: tools # <---- PLEASE MODIFY
|
||||
|
||||
# Title will be visible on the page.
|
||||
title: Fedora Tools # <---- 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
|
||||
5
tools/modules/ROOT/pages/index.adoc
Normal file
5
tools/modules/ROOT/pages/index.adoc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
= Fedora Tools
|
||||
:page-layout: without_menu
|
||||
|
||||
|
||||
Comming soom
|
||||
Loading…
Add table
Add a link
Reference in a new issue