diff --git a/docs/README.md b/docs/guides/ldo_react.md similarity index 99% rename from docs/README.md rename to docs/guides/ldo_react.md index 0063f7e..62aa334 100644 --- a/docs/README.md +++ b/docs/guides/ldo_react.md @@ -1,4 +1,4 @@ -# **Guide to Building Your First Solid App** +# **Guide to Building Your First Solid App with LDO & React** Welcome to Solid! The ecosystem has dozens of excellent tools to help you build your first application. This guide provides a clear, step-by-step path using one popular and powerful combination: **React** for the user interface and **Linked Data Objects (LDO)** to handle data. diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..254d343 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,5 @@ +# Home + +## Guides + +- [Building your first Solid App with LDO & React](guides/ldo_react) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index cc8ec3b..2ec490b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -54,7 +54,3 @@ extra: link: https://github.com/solid/ - icon: fontawesome/brands/gitter link: https://matrix.to/#/#solid_project:matrix.org - -nav: - - Welcome: - - README.md