diff --git a/Console/build.py b/Console/build.py index d379877..91b8dfa 100644 --- a/Console/build.py +++ b/Console/build.py @@ -35,7 +35,7 @@ document_start = """ document_end = """""" -menu_md = """
[Start]({CONTENT_PATH}index.html) | [Replicate]({CONTENT_PATH}replicate.html) | [Guides]({CONTENT_PATH}guides.html) | [Software]({CONTENT_PATH}software.html) | [Help](help.html) | [Contribute]({CONTENT_PATH}contribute.html)
""" +menu_md = """
[Start]({CONTENT_PATH}index.html) | [Replicate]({CONTENT_PATH}replicate.html) | [Software]({CONTENT_PATH}software.html) | [Guides]({CONTENT_PATH}guides.html) | [Help](help.html) | [Contribute]({CONTENT_PATH}contribute.html)
""" url_maps = [ # { "path": "", "target": "/.md"}, @@ -148,8 +148,10 @@ source_files = scan_pages(SOURCES_PATH) def fetch_reticulum_site(): r_site_path = BUILD_PATH+"/r" - shutil.copytree(PACKAGES_PATH+"/reticulum.network", r_site_path) - shutil.rmtree(r_site_path+"/manual") + if not os.path.isdir(r_site_path): + shutil.copytree(PACKAGES_PATH+"/reticulum.network", r_site_path) + if os.path.isdir(r_site_path+"/manual"): + shutil.rmtree(r_site_path+"/manual") def gz_all(): import gzip diff --git a/Console/source/guides.md b/Console/source/guides.md new file mode 100644 index 0000000..e69de29 diff --git a/Console/source/index.md b/Console/source/index.md index d3f8a90..d7ebf66 100644 --- a/Console/source/index.md +++ b/Console/source/index.md @@ -1,21 +1,28 @@ -**Hello!** You have connected to the **RNode Bootstrap Console**. - -This repository contains all the tools, software and information necessary to bootstrap networks and communications systems based on Reticulum. The tools and information contained in this RNode will also allow you to replicate the design, build more RNodes and grow your communications ecosystems. - + + + + + + + +
Hello!
+You have connected to the RNode Bootstrap Console.

-
+This repository contains all the tools, software and information necessary to bootstrap networks and communications systems based on Reticulum.

+The tools and information contained in this RNode will also allow you to replicate the design, build more RNodes and grow your communications ecosystems. +
+
+
- -### What would you like to do? +

What would you like to do?

This repository contains resources for a variety of different tasks. You can browse this repository freely, or jump straight into a task-oriented workflow by selecting one of the starting points below.

- - - - - - - -
\ No newline at end of file + + + + + + +