From 2248591e2b292d89b0d16dc3d02749d75d9d67f6 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 23 Jun 2015 09:26:58 +0100 Subject: [PATCH] Updated the MkDocs config from the deprecated format --- mkdocs.yml | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9fb19e4..b66f365 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,28 +14,22 @@ include_search: true #use_directory_urls: false pages: -# for strange reasons I can only put max of 7 items below for building to pass -- ['index.md', 'ANNOVAR'] - -# User Guide -- ['user-guide/download.md', 'User Guide', 'Download ANNOVAR'] -- ['user-guide/startup.md', 'User Guide', 'Quick Start-Up Guide'] -- ['user-guide/input.md', 'User Guide', 'Prepare Input Files'] -- ['user-guide/gene.md', 'User Guide', 'Gene-based Annotation'] -- ['user-guide/region.md', 'User Guide', 'Region-based Annotation'] -- ['user-guide/filter.md', 'User Guide', 'Filter-based Annotation'] - -# Misc -- ['misc/accessory.md', 'Misc', 'Accessory Programs'] -- ['misc/faq.md', 'Misc', 'FAQ'] -- ['misc/whatsnew.md', 'Misc', 'What is New'] -- ['misc/version_history.md', 'Misc', 'Version History'] -- ['misc/credit.md', 'Misc', 'Credit'] -- ['misc/contributing.md', 'Misc', 'How to Contribute'] - - -# Articles -- ['articles/VCF.md', 'Articles', 'VCF Processing Guide'] -- ['articles/dbSNP.md', 'Articles', 'Assigning dbSNP Identifiers'] -- ['articles/wANNOVAR.md', 'Articles', 'wANNOVAR Tutorial'] - +- ANNOVAR: index.md +- User Guide: + - Download ANNOVAR: user-guide/download.md + - Quick Start-Up Guide: user-guide/startup.md + - Prepare Input Files: user-guide/input.md + - Gene-based Annotation: user-guide/gene.md + - Region-based Annotation: user-guide/region.md + - Filter-based Annotation: user-guide/filter.md +- Misc: + - Accessory Programs: misc/accessory.md + - FAQ: misc/faq.md + - What is New: misc/whatsnew.md + - Version History: misc/version_history.md + - Credit: misc/credit.md + - How to Contribute: misc/contributing.md +- Articles: + - VCF Processing Guide: articles/VCF.md + - Assigning dbSNP Identifiers: articles/dbSNP.md + - wANNOVAR Tutorial: articles/wANNOVAR.md