From 28580c07c671ea64ab549aff0549e745dd71bd29 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 12 Feb 2019 00:40:21 -0500 Subject: [Working] Add navigation --- antora.yml | 1 + modules/Working/nav.adoc | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 modules/Working/nav.adoc diff --git a/antora.yml b/antora.yml index d266b67..b07535d 100644 --- a/antora.yml +++ b/antora.yml @@ -5,3 +5,4 @@ nav: - modules/ROOT/nav.adoc - modules/Installing/boot-nav.adoc - modules/Installing/install-nav.adoc + - modules/Working/nav.adoc diff --git a/modules/Working/nav.adoc b/modules/Working/nav.adoc new file mode 100644 index 0000000..772827f --- /dev/null +++ b/modules/Working/nav.adoc @@ -0,0 +1,13 @@ +* xref:post-install.adoc[Working With Alpine] +** xref:apk.adoc[Alpine Package Keeper] +*** xref:apk.adoc#_repositories_and_mirrors[Repositories and Mirrors] +*** xref:apk.adoc#_searching_for_packages[Searching] +*** xref:apk.adoc#_installing_packages[Installing] +*** xref:apk.adoc#_upgrading_packages[Upgrading] +*** xref:apk.adoc#_removing_packages[Removing] +*** xref:apk.adoc#_advanced_usage[Advanced Usage] +** xref:openrc.adoc[OpenRC] +*** xref:openrc.adoc#_manipulating_services[Service Manipulation] +*** xref:openrc.adoc#_configuring_services[Service Configuration] +*** xref:openrc.adoc#_system_status[System Status] +*** xref:openrc.adoc#_advanced_usage[Advanced Usage] -- cgit v1.2.3