Skip to content

interchainio/dev-portal-docsite

Repository files navigation

Interchain Stack Documentation

An aggregation of Interchain stack components documentation in 1 place. Built with Docusaurus 2 and deployed at https://dev-portal-docsite.netlify.app/.

Architecture

Review the Architecture and considerations documentation to become familiar with the problem, designs, and expectations for maintainers and upstream developers.

Installation

Simply fork this repository, then:

# MacOS: Install Homebrew & update bash to version >= 4
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# brew install bash
# bash --version

# Installs packages
$ npm install

# Gets latest upstream commits
$ make latest-commits

# Syncs docs site from the commits set in latest.json
$ make sync-docs

Local Development

$ npm start

Build

This command generates static content into the build directory and can be served using any static contents hosting service.

$ npm run build:local

Build with Latest

This command runs package install, doc sync, and the build in 1 command. It is mainly used for upstream CI/CD with deployments.

$ npm run build

About

Interchain Stack's Dev Portal and Docsite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •