sveltejs / action-deploy-docs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 50.7%Language:JavaScript 46.1%Language:Svelte 3.2%