Skip to content

jdamore-linode/developers

This branch is 109 commits behind linode/developers:development.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

137de91 · Nov 7, 2022
Aug 26, 2019
Nov 7, 2022
Sep 23, 2022
May 13, 2019
May 24, 2022
Aug 9, 2019
Feb 9, 2019
Nov 24, 2021
Aug 27, 2019
Sep 25, 2019
Oct 7, 2022
Sep 21, 2022
Feb 9, 2019
Sep 23, 2019
Mar 7, 2022
Jun 29, 2022
Nov 23, 2021
Feb 26, 2022
Dec 26, 2019
Dec 26, 2019
Jul 25, 2022

Repository files navigation

DLC Built with Gatsby

The developers.linode.com website built with Gatsby and including the API Docs

Setup

DLC currently needs node v12.20.2 to build properly. You may want to use NVM to manage your versions (https://github.com/nvm-sh/nvm/blob/master/README.md)

yarn

yarn develop

you may need to install the Gatsby CLI as well npm install -g gatsby-cli

Check out the site at http://localhost:8000/

If you'd like to use a local YAML file to build the API docs, run:

yarn develop [relative-path-to-your-local-YAML-file]

ex: yarn develop ../linode-api-docs/openapi.yaml

Build

The API documentation in this site is also indexed in Algolia, so that it can be searched across Linode's services. The scripts for this are located in the /search directory. In order to run them correctly, you will need to create a .env file in the root directory with the following values:

ALGOLIA_API_KEY=(your key here) ALGOLIA_API_SECRET=(your secret here)

About

developers-linode-com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.1%
  • CSS 14.4%
  • Shell 0.5%