docs: Structure the files in mkdocs

We have 3 personas:

 - Users
 - Developers
 - Maintainers

The first one basically cover the installation documentation. The
latter two are sorted into the "Developer" category, and the reference
category serves as a quick lookup for facts on anything CLN related.
This commit is contained in:
Christian Decker
2022-12-07 14:16:54 +01:00
committed by Rusty Russell
parent a80c1ae40c
commit 178e0b6463
6 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1 @@
# Developer Documentation

1
doc/dev/index.md Normal file
View File

@@ -0,0 +1 @@
# Developer Documentation

10
doc/index.md Normal file
View File

@@ -0,0 +1,10 @@
Core Lightning (previously c-lightning) is a lightweight, highly
customizable and [standard compliant][std] implementation of the
Lightning Network protocol.
This documentation site will walk you through your first steps, teach
you how to develop on top of CLN and act as a reference for veteran
programmers.
[std]: https://github.com/lightning/bolts

1
doc/reference/index.md Normal file
View File

@@ -0,0 +1 @@
# Core-Lightning References

0
doc/user/index.md Normal file
View File