From 93387599c7dd188dbecb3d21b1da0ffa5e6234b7 Mon Sep 17 00:00:00 2001
From: Marcia Ramos <virtua.creative@gmail.com>
Date: Wed, 22 Mar 2017 20:43:15 -0300
Subject: [PATCH] remove linked indexes (examples)

---
 doc/topics/index.md | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/doc/topics/index.md b/doc/topics/index.md
index c9ad9018b97..43a4ad7422b 100644
--- a/doc/topics/index.md
+++ b/doc/topics/index.md
@@ -9,14 +9,24 @@ related to an specific subject or theme, including:
 
 ## Topics
 
-- [Continuous Integration (GitLab CI)](ci/)
+- Idea to Production
+  - GitLab Installation
+  - GitLab Workflow
+    - Chat
+    - Issue
+    - Plan
+    - Code
+    - Commit
+    - Test
+    - Review
+    - Staging
+    - Production
+    - Feedback
+- Authentication
+- Continuous Integration (GitLab CI)
+- GitLab Flow (branching strategy)
 - [GitLab Pages](pages/)
-- [Idea to Production](idea-to-production/)
-  - [GitLab Installation](idea-to-production/installation/)
-  - [GitLab Workflow](idea-to-production/workflow/)
-- [Authentication](authentication/)
-- [Deployment from GitLab](deployment/)
-- [Integrations](integration/)
-- [GitLab Flow (branching strategy)](gitlab-flow/)
+- Integrations
 
-> Note: indexes currently under development. Will be available soon.
\ No newline at end of file
+> Note: non-linked indexes are currently under development and subjected to change.
+More indexes will be available along the time.
\ No newline at end of file
-- 
GitLab