Skip to content

cxdy/docs

This branch is 1 commit ahead of, 1761 commits behind linode/docs:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9489a8a · Jun 26, 2022
Mar 18, 2022
Jun 13, 2022
Mar 11, 2022
Jun 17, 2022
Feb 3, 2022
Jun 26, 2022
Jun 24, 2022
Jun 24, 2022
Oct 20, 2020
Jun 17, 2022
Aug 27, 2020
Jan 24, 2018
Jun 17, 2022
Mar 2, 2022
Jul 26, 2021
Jun 2, 2022
Feb 16, 2021
Jun 13, 2022
Jun 13, 2022
Oct 5, 2020
Oct 29, 2021
Mar 4, 2022
Sep 20, 2020
Nov 8, 2021

Repository files navigation

Linode logo

Guides and Tutorials License: CC BY 4.0 first-timers-only Build Status GitHub release

Linode maintains a library of tutorials hosted at https://www.linode.com/docs/. The guides serve as an easy to follow reference for Linux, web servers, development, and more.

Quickstart

  1. Fork and clone this repository.

  2. Download and install Hugo version v0.83.1. Installation instructions for different operating systems are available in the Hugo documentation library.

  3. In your terminal, navigate into the cloned docs repository.

  4. Use the Node Version Manager (NVM) to install and use version 14.18.1 of Node:

     nvm install 14.18.1
     nvm use 14.18.1
    
  5. Install the Node dependencies:

     npm install
    
  6. Start the local Hugo web server:

     hugo server
    
  7. In a web browser, navigate to localhost:1313/docs/.

How can I write a guide?

We are constantly looking to improve the quality of our library. Visit our Contribute Page.

More detailed instructions on submitting a pull request can be found here.

About

Linode guides and tutorials.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 48.8%
  • Python 28.6%
  • Go 13.6%
  • Shell 9.0%