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

Side by Side Diff: chrome/common/extensions/docs/templates/json/content_providers.json

Issue 67283005: Adding GitHub repos to doc server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // === Overview === 1 // === Overview ===
2 // 2 //
3 // This file configures where to find and how to serve content in the docserver. 3 // This file configures where to find and how to serve content in the docserver.
4 // It's the most fundamentally important file in all of the docserver. 4 // It's the most fundamentally important file in all of the docserver.
5 // 5 //
6 // === Format === 6 // === Format ===
7 // 7 //
8 // Each entry declares a rule with: 8 // Each entry declares a rule with:
9 // * An arbitrary identifier key e.g. "cr-extensions-examples". 9 // * An arbitrary identifier key e.g. "cr-extensions-examples".
10 // * What URL the rule should be invoked with, given by "serveFrom", e.g. 10 // * What URL the rule should be invoked with, given by "serveFrom", e.g.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "dir": "docs/templates/public" 53 "dir": "docs/templates/public"
54 }, 54 },
55 "serveFrom": "", 55 "serveFrom": "",
56 "supportsTemplates": true 56 "supportsTemplates": true
57 }, 57 },
58 "cr-static": { 58 "cr-static": {
59 "chromium": { 59 "chromium": {
60 "dir": "docs/static" 60 "dir": "docs/static"
61 }, 61 },
62 "serveFrom": "static" 62 "serveFrom": "static"
63 },
64 "devtools-docs": {
65 "github": {
66 "owner": "GoogleChrome",
67 "repo": "devtools-docs-migration"
68 },
69 "serveFrom": "devtools"
70 },
71 "multidevice-docs": {
72 "github": {
73 "owner": "GoogleChrome",
74 "repo": "multi-device"
75 },
76 "serveFrom": "multidevice"
77 },
78 "webstore-docs": {
79 "github": {
80 "owner": "GoogleChrome",
81 "repo": "webstore-docs"
82 },
83 "serveFrom": "webstore"
63 } 84 }
64 } 85 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698