Skip to content

AKASHAorg/akasha-docs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eaced7f · Jan 13, 2025

History

59 Commits
Jul 31, 2024
Jan 13, 2025
Jun 8, 2022
Mar 7, 2022
Jun 18, 2024
Jul 3, 2024
Jun 21, 2023
Jun 18, 2024
Mar 7, 2022
Jun 17, 2024
Jun 18, 2024
Mar 7, 2022
Jan 13, 2025
Jan 13, 2025
Mar 22, 2022
Jan 13, 2025
May 12, 2022
Jan 13, 2025

Repository files navigation

AKASHA Documentation

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

Local Development

Init and Update Submodules

First time running this project locally? please use;

$ git submodule update --init --recursive

This fetches and updates the linked submodules. Subsequently, you may use;

$ git submodule update --recursive --remote

Set up Algolia

  • Create an account on Algolia (if you already have one, skip to next step)
  • Create an Index and copy out its Application ID and Search API Key
  • Update the matching fields in the config file
  • Read more about the DocSearch Migration here

Installation

$ yarn

Bootstrap files

$ yarn run bootstrap

Start Local Server

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

Deploy

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published