Skip to content

MazurakIhor/soroban-docs

This branch is 5 commits ahead of, 124 commits behind stellar-deprecated/soroban-docs:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 3, 2023
Oct 18, 2023
Oct 13, 2023
Oct 18, 2023
Oct 18, 2023
Oct 18, 2023
Oct 18, 2023
Jul 15, 2022
Aug 16, 2023
Jul 26, 2023
Jul 15, 2022
Oct 18, 2023
Aug 1, 2022
Oct 7, 2022
Jul 28, 2023
Jul 15, 2022
Sep 22, 2023
Oct 11, 2023
Oct 11, 2023
Jul 15, 2022
May 24, 2023
Oct 5, 2023
Oct 11, 2023
Oct 11, 2023

Repository files navigation

Website

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

Installation

$ yarn

Local Development

Format changes with yarn format:mdx.

$ 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.

About

Documentation for Soroban

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 48.4%
  • TypeScript 22.8%
  • JavaScript 13.6%
  • SCSS 8.6%
  • CSS 5.9%
  • Dockerfile 0.4%
  • Makefile 0.3%