Skip to content

Commit

Permalink
Remove roadmap document.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Aug 3, 2016
1 parent 0f347f9 commit eaf5140
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 232 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,6 @@ An example for [skatejs][] is in [skate-component](https://github.com/tmpfs/truc

For the API docs see [API](https://github.com/tmpfs/trucks/blob/master/doc/API.md), an overview of the available options is in [OPTIONS](https://github.com/tmpfs/trucks/blob/master/doc/OPTIONS.md). For insights into the compiler phases and data structures see [COMPILER](https://github.com/tmpfs/trucks/blob/master/doc/COMPILER.md).

The [ROADMAP](https://github.com/tmpfs/trucks/blob/master/doc/ROADMAP.md) has some ideas for future features.

Information on how to build this project is in [DEVELOPER](https://github.com/tmpfs/trucks/blob/master/doc/DEVELOPER.md).

## License
Expand All @@ -544,7 +542,7 @@ MIT

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 3, 2016

[trucks]: https://github.com/tmpfs/trucks
[trucks-cli]: https://github.com/tmpfs/trucks/blob/master/packages/trucks-cli
Expand Down
3 changes: 2 additions & 1 deletion doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Creates a component node.

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 3, 2016

[trucks]: https://github.com/tmpfs/trucks
[trucks-cli]: https://github.com/tmpfs/trucks/blob/master/packages/trucks-cli
Expand Down Expand Up @@ -213,6 +213,7 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
[write]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-write
[transform-csp]: https://github.com/tmpfs/trucks/blob/master/packages/transform-csp
[bundle]: https://github.com/tmpfs/trucks/blob/master/packages/transform-bundle
[copy]: https://github.com/tmpfs/trucks/blob/master/packages/transform-copy
[skate]: https://github.com/tmpfs/trucks/blob/master/packages/transform-skate
[stylus]: https://github.com/tmpfs/trucks/blob/master/packages/transform-stylus
[less]: https://github.com/tmpfs/trucks/blob/master/packages/transform-less
Expand Down
4 changes: 3 additions & 1 deletion doc/COMPILER.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ComponentFile {
options: [Object],
compiler: [Object],
tree: [Object],
log: [Object],
result: [Object],
manifest: undefined,
_output: {},
Expand Down Expand Up @@ -269,7 +270,7 @@ The final phase writes the generated files to disc.
---
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 3, 2016
[trucks]: https://github.com/tmpfs/trucks
[trucks-cli]: https://github.com/tmpfs/trucks/blob/master/packages/trucks-cli
Expand Down Expand Up @@ -300,6 +301,7 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
[write]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-write
[transform-csp]: https://github.com/tmpfs/trucks/blob/master/packages/transform-csp
[bundle]: https://github.com/tmpfs/trucks/blob/master/packages/transform-bundle
[copy]: https://github.com/tmpfs/trucks/blob/master/packages/transform-copy
[skate]: https://github.com/tmpfs/trucks/blob/master/packages/transform-skate
[stylus]: https://github.com/tmpfs/trucks/blob/master/packages/transform-stylus
[less]: https://github.com/tmpfs/trucks/blob/master/packages/transform-less
Expand Down
3 changes: 2 additions & 1 deletion doc/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ mk compiler

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 3, 2016

[trucks]: https://github.com/tmpfs/trucks
[trucks-cli]: https://github.com/tmpfs/trucks/blob/master/packages/trucks-cli
Expand Down Expand Up @@ -176,6 +176,7 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
[write]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-write
[transform-csp]: https://github.com/tmpfs/trucks/blob/master/packages/transform-csp
[bundle]: https://github.com/tmpfs/trucks/blob/master/packages/transform-bundle
[copy]: https://github.com/tmpfs/trucks/blob/master/packages/transform-copy
[skate]: https://github.com/tmpfs/trucks/blob/master/packages/transform-skate
[stylus]: https://github.com/tmpfs/trucks/blob/master/packages/transform-stylus
[less]: https://github.com/tmpfs/trucks/blob/master/packages/transform-less
Expand Down
2 changes: 1 addition & 1 deletion doc/INTRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Another benefit of this library is that it converts [HTML Imports][html-imports]

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 3, 2016

- [Introduction](#introduction)
- [Polymer](#polymer)
Expand Down
3 changes: 2 additions & 1 deletion doc/OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = options;

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 3, 2016

[trucks]: https://github.com/tmpfs/trucks
[trucks-cli]: https://github.com/tmpfs/trucks/blob/master/packages/trucks-cli
Expand Down Expand Up @@ -99,6 +99,7 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on August 2, 2016
[write]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-write
[transform-csp]: https://github.com/tmpfs/trucks/blob/master/packages/transform-csp
[bundle]: https://github.com/tmpfs/trucks/blob/master/packages/transform-bundle
[copy]: https://github.com/tmpfs/trucks/blob/master/packages/transform-copy
[skate]: https://github.com/tmpfs/trucks/blob/master/packages/transform-skate
[stylus]: https://github.com/tmpfs/trucks/blob/master/packages/transform-stylus
[less]: https://github.com/tmpfs/trucks/blob/master/packages/transform-less
Expand Down
134 changes: 0 additions & 134 deletions doc/ROADMAP.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ An example for [skatejs][] is in [skate-component](/examples/skate-component).

For the API docs see [API](/doc/API.md), an overview of the available options is in [OPTIONS](/doc/OPTIONS.md). For insights into the compiler phases and data structures see [COMPILER](/doc/COMPILER.md).

The [ROADMAP](/doc/ROADMAP.md) has some ideas for future features.

Information on how to build this project is in [DEVELOPER](/doc/DEVELOPER.md).

<? @include {=readme}
Expand Down
79 changes: 0 additions & 79 deletions doc/roadmap/roadmap.md

This file was deleted.

9 changes: 0 additions & 9 deletions mkdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,6 @@ function api(cb) {
doc('doc/api/api.md', 'doc/API.md', {toc: {depth: 2}}, cb);
}

// @task roadmap build the roadmap file
function roadmap(cb) {
doc(
'doc/roadmap/roadmap.md', 'doc/ROADMAP.md',
{toc: {depth: 2, max: 3}}, cb);
}

// @task options build the options file
function options(cb) {
doc(
Expand Down Expand Up @@ -212,7 +205,6 @@ mk.task(cover);

mk.task(intro);
mk.task(api);
mk.task(roadmap);
mk.task(options);
mk.task(developer);
mk.task(compiler);
Expand All @@ -221,7 +213,6 @@ mk.task(readme);
mk.task([
intro,
api,
roadmap,
options,
developer,
compiler,
Expand Down

0 comments on commit eaf5140

Please sign in to comment.