diff --git a/docs/contributing-to-analyses/doing-analyses/index.md b/docs/contributing-to-analyses/doing-analyses/index.md new file mode 100644 index 000000000..5ed40dcba --- /dev/null +++ b/docs/contributing-to-analyses/doing-analyses/index.md @@ -0,0 +1,5 @@ +# Doing an analysis + +_This content is a stub._ + +This section includes information about doing an analyses, including creating a new module and working with Git. diff --git a/docs/contributing-to-analyses/doing-analyses/working-with-git/index.md b/docs/contributing-to-analyses/doing-analyses/working-with-git/index.md new file mode 100644 index 000000000..927b44ec2 --- /dev/null +++ b/docs/contributing-to-analyses/doing-analyses/working-with-git/index.md @@ -0,0 +1,5 @@ +# Working with Git + +_This content is a stub._ + +This section includes information about working with Git while contributing to OpenScPCA. diff --git a/mkdocs.yml b/mkdocs.yml index c556c9e16..92d45b369 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,6 @@ theme: - search.suggest # displays in light gray how you might complete the word - navigation.tabs # persistent navbar on the top - navigation.tabs.sticky # sticky navbar - - navigation.sections # enables sections along the left side bar via nested directories in docs/ - navigation.indexes # allow index pages to serve as overview pages for sections plugins: @@ -46,6 +45,10 @@ nav: - communications-tools/index.md - Contributing to analyses: # Setting up an analysis, all the git stuff - contributing-to-analyses/index.md + - Doing an analysis: + - contributing-to-analyses/doing-analyses/index.md + - Working with Git: # Creating branches, adding commits, all git interactions + - contributing-to-analyses/doing-analyses/working-with-git/index.md - Software platforms: # LSfR, AWS, Docker, etc - software-platforms/index.md - Getting Help and FAQ: # troubleshooting and FAQ