https://github.com/udecode/plate-interactive-docs
Work in progress: Interactive docs for Plate built in Twine
https://github.com/udecode/plate-interactive-docs
Last synced: 8 months ago
JSON representation
Work in progress: Interactive docs for Plate built in Twine
- Host: GitHub
- URL: https://github.com/udecode/plate-interactive-docs
- Owner: udecode
- License: other
- Created: 2024-04-16T12:00:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T21:48:51.000Z (over 1 year ago)
- Last Synced: 2025-01-15T04:38:50.562Z (10 months ago)
- Language: HTML
- Homepage: https://udecode.github.io/plate-interactive-docs/
- Size: 338 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plate Interactive Docs
The Plate Interactive Docs are a guide to solving common Plate problems idiomatically.
## Contributing
Edit the docs by downloading the [Twine editor](https://twinery.org/) and importing `index.html` under Library > Import.
To commit your changes, copy `Plate Interactive Docs.html` from Twine's Stories directory to `index.html`.
```bash
# On macOS:
cp ~/Documents/Twine/Stories/Plate\ Interactive\ Docs.html index.html
```