mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
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:
committed by
Rusty Russell
parent
a80c1ae40c
commit
178e0b6463
1
doc/dev/contributors/index.md
Normal file
1
doc/dev/contributors/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Developer Documentation
|
||||
1
doc/dev/index.md
Normal file
1
doc/dev/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Developer Documentation
|
||||
10
doc/index.md
Normal file
10
doc/index.md
Normal 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
1
doc/reference/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Core-Lightning References
|
||||
0
doc/user/index.md
Normal file
0
doc/user/index.md
Normal file
Reference in New Issue
Block a user