1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00
OpenIntegrations/docs
2024-02-18 22:29:11 +03:00
..
blog Документация Docusaurus 2024-01-14 01:48:49 +03:00
docs VK: Мелкая правка документации 2024-02-18 22:29:11 +03:00
src Общие правки документации 2024-02-10 14:50:50 +03:00
static Перерисовка альпаки для документации 2024-02-10 14:44:15 +03:00
.gitignore Документация Docusaurus 2024-01-14 01:48:49 +03:00
babel.config.js Документация Docusaurus 2024-01-14 01:48:49 +03:00
docusaurus.config.js Заменил имена файлов документации на транслит латиницей 2024-01-29 00:55:00 +03:00
package-lock.json Документация Docusaurus 2024-01-14 01:48:49 +03:00
package.json Документация Docusaurus 2024-01-14 01:48:49 +03:00
README.md Документация Docusaurus 2024-01-14 01:48:49 +03:00
sidebars.js Документация Docusaurus 2024-01-14 01:48:49 +03:00

Website

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

Installation

$ yarn

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.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.