Bug 1824856 - add release-notify-testrail to treeherder. r=gbrown,releng-reviewers...
[gecko.git] / mobile / android / docs / _config.yml
blob94cedc457b56d43f7fdf2417d3d671d2cfe3a8fd
1 # Welcome to Jekyll!
3 # This config file is meant for settings that affect your whole blog, values
4 # which you are expected to set up once and rarely edit after that. If you find
5 # yourself editing this file very often, consider using Jekyll's data files
6 # feature for the data you need to update frequently.
8 # For technical reasons, this file is *NOT* reloaded automatically when you use
9 # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
11 # Site settings
12 # These are used to personalize your new site. If you look in the HTML files,
13 # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14 # You can create any custom variable you would like, and they will be accessible
15 # in the templates via {{ site.myvariable }}.
17 # We currently use /docs only for the A-C website.
18 title: Mozilla Android Components
20 description: >- # this means to ignore newlines until "baseurl:"
21    A collection of Android libraries to build browsers or browser-like applications.
22 # baseurl: "/" # the subpath of your site, e.g. /blog
24 url: "https://mozac.org/" # the base hostname & protocol for your site, e.g. http://example.com
26 # Build settings
27 markdown: kramdown
28 highlighter: rouge
29 theme: minima
31 plugins:
32   - jekyll-feed
34 header_pages:
35   - components.md
36   - changelog.md
37   - reference.md
38   - blog.md
39   - contributing.md