-
Notifications
You must be signed in to change notification settings - Fork 32
/
_config.yml
40 lines (35 loc) · 896 Bytes
/
_config.yml
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
33
34
35
36
37
38
39
40
title: Meteor Blaze Tutorial
subtitle: Blaze Tutorial
versions:
- '1'
versioned-netlify-redirects:
netlify_site_id: meteor-blaze-tutorial
logo:
title:
subtitle: Blaze Tutorial
sidebar_categories:
null:
- index
- changelog
Simple Todos:
- simple-todos/index
- simple-todos/01-creating-app
- simple-todos/02-collections
- simple-todos/03-forms-and-events
- simple-todos/04-update-and-remove
- simple-todos/05-styles
- simple-todos/06-filter-tasks
- simple-todos/07-adding-user-accounts
- simple-todos/08-methods
- simple-todos/09-publications
- simple-todos/10-running-on-mobile
- simple-todos/11-testing
- simple-todos/12-deploying
- simple-todos/13-next-steps
github_repo: 'meteor/blaze-tutorial'
url: http://blaze-tutorial.meteor.com/
root: /
source_dir: tutorial
content_root: tutorial
highlight:
enable: false