forked from alphagov/tech-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtech-docs.yml.tt
32 lines (25 loc) · 993 Bytes
/
tech-docs.yml.tt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Host to use for canonical URL generation (without trailing slash)
host: <%= @canonical_host %>
# Header-related options
show_govuk_logo: true
service_name: My First Service
service_link: https://www.larry-the-cat.service.gov.uk
phase: Beta
# Links to show on right-hand-side of header
header_links:
About: https://www.larry-the-cat.service.gov.uk
Get Started: https://www.larry-the-cat.service.gov.uk/get-started
Documentation: /
Support: https://www.larry-the-cat.service.gov.uk/support
# Tracking ID from Google Analytics (e.g. UA-XXXX-Y)
ga_tracking_id:
# Enable multipage navigation in the sidebar
multipage_nav: false
# Enable collapsible navigation in the sidebar
collapsible_nav: false
# Table of contents depth – how many levels to include in the table of contents.
# If your ToC is too long, reduce this number and we'll only show higher-level
# headings.
max_toc_heading_level: 6
# Prevent robots from indexing (e.g. whilst in development)
prevent_indexing: false