https://github.com/rodleviton/docs-platform
https://github.com/rodleviton/docs-platform
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodleviton/docs-platform
- Owner: rodleviton
- Created: 2016-04-06T23:45:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T14:20:33.000Z (over 9 years ago)
- Last Synced: 2024-12-15T02:12:20.135Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docs-platform
## Ideas
**Static Site Generator**
- basic doc site layout templates and theme
**Pattern Lib Module**
- configurable templates
- menu generated from folder structure
- dep. on theme module
**Component Lib Module**
- framework specific
- provides mechanism to load in working modules/components
- ngDocs/Typescript/flow etc
**Styles Module**
- configure global theme
- css modules?
**Protractor Testing Module**
- Test config modules
- can we reuse component tests or is this a brand new suite?
**Static Pages Module**
- Arbitrary docs
**Ideas**
- components, themes etc could be loaded in as npm dep
- accessibility grading
- versioning of components and themes
**PoC**
- Node static site generator
- Pattern Lib
- Angular components
---
## TODO
- [x] build component partials
- [x] build static site boilerplate capable of loading partials and creating menu
- [ ] create angular app and load angular deps
- [ ] in template code rendering for examples
- [ ] basic site template
- [ ] basic site navigation
- [ ] component / pattern lib theme loading