comparison docs/config.yml @ 795:922092c6eb8a

docs: Fix outdated routing in the configuration file.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 07 Sep 2016 23:14:15 -0700
parents fc761964e1a7
children 94d7d5e38571
comparison
equal deleted inserted replaced
794:f0fbf218cf44 795:922092c6eb8a
14 type: ordered 14 type: ordered
15 data_endpoint: site.api 15 data_endpoint: site.api
16 default_layout: api 16 default_layout: api
17 routes: 17 routes:
18 - 18 -
19 url: /docs/%path:slug% 19 url: /docs/%slug%
20 source: docs 20 source: docs
21 func: docurl(slug) 21 func: docurl
22 - 22 -
23 url: /api/%path:slug% 23 url: /api/%slug%
24 source: api 24 source: api
25 func: apiurl(slug) 25 func: apiurl
26 26
27 baker: 27 baker:
28 assets_dirs: 28 assets_dirs:
29 assets: 29 assets:
30 # Ignore stuff that will get concatenated into the main JS file. 30 # Ignore stuff that will get concatenated into the main JS file.