aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-05-26 12:54:29 -0400
committerChloe Kudryavtsev <toast@toastin.space>2019-05-26 12:54:29 -0400
commitcc7d7ca0fd0a080139bd05c674b7a8643d639ee3 (patch)
tree56de858a95f873f1a08d19b86acef8f8f0845b67 /modules
downloaddeveloper-handbook-cc7d7ca0fd0a080139bd05c674b7a8643d639ee3.tar.bz2
developer-handbook-cc7d7ca0fd0a080139bd05c674b7a8643d639ee3.tar.xz
Initial port/commitHEADmaster
Diffstat (limited to 'modules')
-rw-r--r--modules/ROOT/nav.adoc1
-rw-r--r--modules/ROOT/pages/index.adoc5
2 files changed, 6 insertions, 0 deletions
diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc
new file mode 100644
index 0000000..3d92412
--- /dev/null
+++ b/modules/ROOT/nav.adoc
@@ -0,0 +1 @@
+* xref:index.adoc[Introduction]
diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc
new file mode 100644
index 0000000..6eaef42
--- /dev/null
+++ b/modules/ROOT/pages/index.adoc
@@ -0,0 +1,5 @@
+= Alpine Developer Handbook
+
+== What is It?
+This is the Alpine Developer Handbook, an effort to centralize relevant Alpine Linux information intended for developers and contributors.
+This document contains various instructions and hints regarding standards and the contribution process.