Skip to content

Commit

Permalink
docs(examples): use github config option
Browse files Browse the repository at this point in the history
Want to encourage use of `github:`, instead of setting config options
manually.
  • Loading branch information
marcoscaceres committed Feb 12, 2018
1 parent e9a7dbd commit 7392654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions examples/basic.built.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
<title>Replace me with a real title</title>
<script src="../builds/respec-w3c-common.js" class='remove'></script>
<script class='remove'>
const respecConfig = {
var respecConfig = {
specStatus: "ED",
editors: [{
name: "Your Name",
url: "https://your-site.com",
}],
processVersion: 2017,
edDraftURI: "https://some.github.repo",
shortName: "dahut"
github: "https://github.com/w3c/some-API/",
};
</script>
</head>
Expand Down
4 changes: 1 addition & 3 deletions examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
name: "Your Name",
url: "https://your-site.com",
}],
processVersion: 2018,
edDraftURI: "https://some.github.repo",
shortName: "dahut"
github: "https://github.com/w3c/some-API/",
};
</script>
</head>
Expand Down

0 comments on commit 7392654

Please sign in to comment.