en_glm/toc.yaml

64 lines
2.1 KiB
YAML

###############################################################################
# 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 CHARACTERS 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 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: "Translating translationNotes"
slug: gl_notes
- title: "Translating translationWords"
slug: gl_words
- title: "Translating translationQuestions"
slug: gl_questions
- title: "Translating 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 translationNotes"
slug: check_notes
- title: "Finishing Checking"
slug: gl_done_checking