Skip to content

Commit 2afc365

Browse files
committed
docs: Replace the Home with the README
Also add a Development section that includes the contents of the CONTRIBUTING.md file. This makes it much easier to have one source of truth for the documentation. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0bab742 commit 2afc365

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This repository contains channel implementations for python.
1010

1111
If you want to know how to build this project and contribute to it, please
1212
check out the [Contributing
13-
Guide](https://github.com/frequenz-floss/frequenz-channels-python/CONTRIBUTING.md).
13+
Guide](CONTRIBUTING.md).

docs/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--8<-- "CONTRIBUTING.md"

docs/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* [Home](index.md)
2+
* [API Reference](reference/)
3+
* [Development](CONTRIBUTING.md)

docs/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
# Home
2-
3-
Welcome to Frequenz's channels implementation for Python.
4-
5-
This website is still under heavy construction. Most information can be found in the [Reference](reference/frequenz/channels) section.
1+
--8<-- "README.md"

0 commit comments

Comments
 (0)