diff --git a/Readme.md b/Readme.md new file mode 100644 index 00000000..a4bae59a --- /dev/null +++ b/Readme.md @@ -0,0 +1,5 @@ +# Overview + +This is the collection of all linux related documentation. + +http://linux-infra.gitpages.psi.ch/documentation/intro.html \ No newline at end of file diff --git a/_config.yml b/_config.yml index d77a69ae..44ab5f81 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ title: Linux Documentation author: Linux -logo: logo.png +# logo: logo.png # Force re-execution of notebooks on each build. # See https://jupyterbook.org/content/execute.html diff --git a/_toc.yml b/_toc.yml index dabca9cf..b15bb8d6 100644 --- a/_toc.yml +++ b/_toc.yml @@ -16,4 +16,4 @@ # - file: admin_standard_infrastructure # - file: admin_standard_directory_structure -- file: intro \ No newline at end of file +- file: index \ No newline at end of file diff --git a/intro.md b/index.md similarity index 100% rename from intro.md rename to index.md