1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00
OpenIntegrations/docs
2024-02-29 09:31:15 +03:00
..
blog Документация Docusaurus 2024-01-14 01:48:49 +03:00
docs Правки документации Telegram под форум 2024-02-29 09:31:15 +03:00
src Бегущая строка docusaurus 2024-02-19 23:05:00 +03:00
static Google Calendar: Документация по календарям 2024-02-20 11:51:58 +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.