Add 'toc.yaml'

This commit is contained in:
Christine Jarka 2016-06-22 10:19:23 +00:00 committed by Gogs
parent aca9e8eec9
commit 80ee322e66
1 changed files with 64 additions and 0 deletions

64
toc.yaml Normal file
View File

@ -0,0 +1,64 @@
###############################################################################
# Table of Contents
#
# Follow this format
# ==================
#
# - title: Text to display for the menu item
# slug: page_slug
# subitems:
# - title: Test to siaplay for the next item
# - slug: page_2_slug
#
# - title: This is a header, not a link to a page
# subitems:
# - title: Text to display for another menu item
# slug: page_3_slug
#
# NOTES:
# * NO TAB CHATACTERS ALLOWED. Be sure your editor does not insert tabs
# because bad things will happen.
# * There must be a space after the initial dash and after the colon.
# * The slug is also the name of the file that goes with the menu item, but
# whithout the ".md" extension.
# * Quotation marks are not required around the values, but they are
# recommended, especially if the value contains characters other than
# ASCII letters a-z and A-Z. They can also improve readability.
# * If there are no subitems you do not need to include the "subitems:" tag.
# * Sub levels are indented 2 spaces more than the parent level.
# * To include headers in the menu that are not links to a module, add an
# item with a title but no slug.
#
###############################################################################
- title: "Gateway Languages Manual Table of Contents"
- title: "Gateway Langauge Translation"
subitems:
- title: "Translating in the Gateways"
slug: gl_translate
- title: "Translating the ULB"
slug: gl_ulb
- title: "Translating the UDB"
slug: gl_udb
- title: "Adapt the ULB"
slug: gl_adaptulb
- title: "Translate the translationNotes"
slug: gl_notes
- title: "Translate the translationWords"
slug: gl_words
- title: "Translate the translationQuestions"
slug: gl_questions
- title: "Translate the translationAcademy"
slug: gl_academy
- title: "Checking Gateway Language Translation Materials"
subitems:
- title: "Checking the ULB"
slug: check_ulb
- title: "Checking the UDB"
slug: check_udb
- title: "Checking the translationNotes"
slug: check_notes
- title: "Finishing Checking"
slug: gl_done_checking