An open API service indexing awesome lists of open source software.

https://github.com/sveltejs/action-deploy-docs

github action for the svelte org to deploy documentation to the svelte api
https://github.com/sveltejs/action-deploy-docs

Last synced: 27 days ago
JSON representation

github action for the svelte org to deploy documentation to the svelte api

Awesome Lists containing this project

README

          

# action-deploy-docs

An action to help deploy the svelte docs. This action does the following:

- Sparsely clones a single branch without much history. As light as I could make it.
- Reads the docs into memory.
- Transforms them with the svelte docs markdown formatter.

TODO:

- Transform the transformed docs into the requistive format for CF's batch key write rest API
- Push them up