Skip to content

ODAGS-Dev/KnowledgeBase

 
 

Repository files navigation

Website

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

master branch is published automatically to https://adguardteam.github.io/KnowledgeBase/.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens 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.

TODO

  • inline css for images
  • links in text goto next line. workaround: use with
  • how to update all translations files
  • edit pages

Notes:

  • mdx-react components will be auto truncate \n and file become invalid
  • deploy command cannot exit when crashed
  • seems like it cannot switch languages in dev mode

About

AdGuard knowledge base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • CSS 34.9%