Stefan Pejcic b2a5099346 Create 0.1.2 hace 1 año
..
blog 11b74a6bba Update 2024-2-26-openpanel-public-beta.md hace 1 año
docs b2a5099346 Create 0.1.2 hace 1 año
plugins 412eda7501 proba hace 1 año
src 293151a76c Delete documentation/src/pages/templates/index.tsx hace 1 año
static 8f99be893e Add files via upload hace 1 año
versioned_docs 8496a83edb fork refine hace 1 año
versioned_sidebars 8496a83edb fork refine hace 1 año
.gitignore 8496a83edb fork refine hace 1 año
11111versions.json 8496a83edb fork refine hace 1 año
1111vercel.json a8ae5a84e6 Rename vercel.json to 1111vercel.json hace 1 año
README.md 8496a83edb fork refine hace 1 año
babel.config.js 8496a83edb fork refine hace 1 año
docusaurus.config.js 7bad5aa96d Update docusaurus.config.js hace 1 año
example-redirects.json 8496a83edb fork refine hace 1 año
package-lock.json 8496a83edb fork refine hace 1 año
package.json 8496a83edb fork refine hace 1 año
redirects.json 8496a83edb fork refine hace 1 año
sidebars.js eb5e63365f Update sidebars.js hace 1 año
tailwind.config.js 8496a83edb fork refine hace 1 año
tsconfig.json 8496a83edb fork refine hace 1 año
tutorial-units.js 8496a83edb fork refine hace 1 año

README.md

Website

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

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.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true 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.