Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: src/site/_config.yml

Issue 118633004: New TOC for dart-by-example page (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/site/_includes/default_toc.html » ('j') | src/site/_includes/header.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 safe: false 1 safe: false
2 port: 8081 2 port: 8081
3 source: . 3 source: .
4 destination: ../../build/static 4 destination: ../../build/static
5 markdown: kramdown 5 markdown: kramdown
6 permalink: /news/:year/:month/:day/:title.html 6 permalink: /news/:year/:month/:day/:title.html
7 pygments: false 7 pygments: false
8 custom: 8 custom:
9 downloads: 9 downloads:
10 dartarchive-be-url-prefix: "http://storage.googleapis.com/dart-archive/chann els/be/raw" 10 dartarchive-be-url-prefix: "http://storage.googleapis.com/dart-archive/chann els/be/raw"
11 dartarchive-dev-url-prefix: "http://storage.googleapis.com/dart-archive/chan nels/dev/release" 11 dartarchive-dev-url-prefix: "http://storage.googleapis.com/dart-archive/chan nels/dev/release"
12 dartarchive-stable-url-prefix: "http://storage.googleapis.com/dart-archive/c hannels/stable/release" 12 dartarchive-stable-url-prefix: "http://storage.googleapis.com/dart-archive/c hannels/stable/release"
13 binaries: 13 binaries:
14 - os: windows 14 - os: windows
15 name: Windows 15 name: Windows
16 ext: zip 16 ext: zip
17 editor-ext: zip 17 editor-ext: zip
18 - os: macos 18 - os: macos
19 name: Mac 19 name: Mac
20 ext: zip 20 ext: zip
21 editor-ext: zip 21 editor-ext: zip
22 - os: linux 22 - os: linux
23 name: Linux 23 name: Linux
24 ext: zip 24 ext: zip
25 editor-ext: zip 25 editor-ext: zip
26 kramdown: 26 kramdown:
27 toc_levels: "2,3" 27 toc_levels: "2,3,4"
OLDNEW
« no previous file with comments | « no previous file | src/site/_includes/default_toc.html » ('j') | src/site/_includes/header.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698