ndrsllwngr / knowledgebase

Snippets that save time.

Home Page:https://open-knowledgebase.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

knowledgebase

This website is built using Docusaurus 2, a modern static website generator.

Contribute

How to add knowledge?

Work on a separate branch and create a pull request.

How to add a new topic?

  1. Create a new file in docs/<category>/<topic>.md
  2. Add a header
---
id: <id>
title: <topic title>
---

## About
  1. Add to /table-of-contents.js
  2. Add to /docs/introduction/introduction.md

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

About

Snippets that save time.

https://open-knowledgebase.vercel.app/

License:MIT License


Languages

Language:JavaScript 84.4%Language:CSS 15.6%