~netlandish/api.linktaco.com

Documentation for the LinkTaco GraphQL API
Another small update on the service page
Updating service page
Updating for api.linktaco.com

refs

master
browse  log 

clone

read-only
https://git.code.netlandish.com/~netlandish/api.linktaco.com
read/write
git@git.code.netlandish.com:~netlandish/api.linktaco.com

You can also use your local clone with git send-email.

#api.linktaco.com

This repo is contains the templates that are used to generate the api.linktaco.com website.

This is modified from the original source for docs.sourcehut.org. Original source is here.

#Building

Requirements: sassc, minify, git, go, make

  1. Install SourceHut's core SCSS assets
    • git clone --recurse-submodules https://git.sr.ht/~sircmpwn/core.sr.ht
    • cd core.sr.ht
    • make SHAREDIR=~/.local/share/ install
  2. Build the docs (e.g. for meta.sr.ht)
    • wget https://git.code.netlandish.com/~netlandish/links/blob/master/api/graph/schema.graphqls
    • make SHAREDIR=~/.local/share/ all
  3. Check out the Makefile to see how the entire site gets generated and how to set the relevant variables
Do not follow this link