From 130851486143174a5a93db3223989f0425231262 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Tue, 12 May 2015 21:28:48 -0700 Subject: [PATCH] added more documentation --- _data/sidebar.yml | 2 +- _includes/custom/links.html | 58 +++++++++++-------- ...{configuration_file.md => config_setup.md} | 0 3 files changed, 34 insertions(+), 26 deletions(-) rename pages/publishing/{configuration_file.md => config_setup.md} (100%) diff --git a/_data/sidebar.yml b/_data/sidebar.yml index 0528ee7..ea7cd46 100644 --- a/_data/sidebar.yml +++ b/_data/sidebar.yml @@ -122,7 +122,7 @@ entries: items: - - title: Configuration files + - title: Setting up the configuration files url: /config_setup/ audience: writer, designer print: true diff --git a/_includes/custom/links.html b/_includes/custom/links.html index faa7530..412d5dd 100644 --- a/_includes/custom/links.html +++ b/_includes/custom/links.html @@ -1,39 +1,47 @@ - {% comment %}{% endcomment %} -{% capture overview %}Overview{% endcapture %} -{% capture access %}Access{% endcapture %} -{% capture changepassword %}Change Password{% endcapture %} -{% capture architecture%}Architecture{% endcapture %} -{% capture performance %}Performance{% endcapture %} -{% capture deployment_process_overview %}Deployment Process Overview {% endcapture %} -{% capture delivery_models %}Delivery Models{% endcapture %} +{% capture name %}Name{% endcapture %} -{% comment %}{% endcomment %} - -{% capture faq %}FAQ{% endcapture %} -{% capture glossary %}Glossary{% endcapture %} +{% comment %} {% endcomment %} +{% capture getting_started %}Getting Started{% endcapture %} +{% capture supported_features %}Supported Features{% endcapture %} +{% capture troubleshooting %}Troubleshooting{% endcapture %} -{% comment %}{% endcomment %} -{% capture managing_users %}Managing Users{% endcapture %} -{% capture managing_customers %}Managing Customers{% endcapture %} +{% comment %} {% endcomment %} +{% capture pages %}Pages{% endcapture %} +{% capture alerts %}Alerts{% endcapture %} +{% capture images %}Images{% endcapture %} +{% capture links %}Links{% endcapture %} +{% capture syntax_highlighting %}Syntax Highlighting{% endcapture %} +{% capture videos %}Videos{% endcapture %} +{% capture labels %}Labels{% endcapture %} +{% capture icons %}Icons{% endcapture %} +{% capture tables %}Tables{% endcapture %} -{% comment %}{% endcomment %} -{% capture workflow_setup_full %}Workflow for Setting Up DI Cloud{% endcapture %} -{% capture configure_clientjs %}1. Configure Settings on the client.js Tab{% endcapture %} -{% capture configure_recipes %}2. Configure the DeviceInsight Recipes{% endcapture %} -{% capture copy_installation_scripts %}3. Copy the Installation Scripts{% endcapture %} +{% comment %} {% endcomment %} +{% capture tag-overview %}Overview pages{% endcapture %} +{% capture tag-getting-started %}Getting started pages{% endcapture %} +{% capture tag-single-sourcing %}Single-sourcing pages{% endcapture %} +{% capture tag-publishing %}Publishing pages{% endcapture %} +{% capture tag-formatting %}Formatting pages{% endcapture %} -{% comment %}{% endcomment %} -{% capture setup_jsc_only %}Setting Up JSC Hosting Only{% endcapture %} +{% comment %} {% endcomment %} -{% capture workflow_jsc %}Workflow for JSC Hosting Only{% endcapture %} +{% capture conditional_logic %}Conditional logic{% endcapture %} +{% capture content_reuse %}Content re-use{% endcapture %} +{% capture excluding_files %}Excluding files{% endcapture %} +{% comment %} {% endcomment %} -{% comment %}{% endcomment %} +{% capture build_arguments %}Build arguments{% endcapture %} +{% capture create_pdf %}Creating PDFs{% endcapture %} +{% capture help_api %}Creating a Help API{% endcapture %} +{% capture configuration_file %}Creating a Help API{% endcapture %} -{% capture viewing_logs %}Viewing Logs{% endcapture %} +{% comment %} {% endcomment %} +{% capture navigation %}Creating navigation{% endcapture %} +{% capture tags %}Creating tags{% endcapture %} diff --git a/pages/publishing/configuration_file.md b/pages/publishing/config_setup.md similarity index 100% rename from pages/publishing/configuration_file.md rename to pages/publishing/config_setup.md