Y-Foundry-Dao / yfd-docs

Y-Foundry Wiki repository
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Y-Foundry Documentation Repository

Built with Github Pages and Jekyll

Style Used:

Just the Docs

How to use Jekyll

Step-by-Step Guide

Setting up a documentation environment locally

Pre-requestites

  1. Git

  2. Docker

Clone YFD-DOCS Repo

git clone https://github.com/Y-Foundry-Dao/yfd-docs.git

From the yfd-docs cloned repo directory

make build To build the Docker Image and Container


make start To launch the Documentation Service

Open a browser to local documentation site


Other Commands

make stop

To stop the development environment


make rebuild To rebuild the local development environment


make clean To clean image and container files


For Reference

Gemfile Contents

# frozen_string_literal: true

source "https://rubygems.org"

# gem "rails"
gem "jekyll"
gem "github-pages"
gem "just-the-docs", "0.4.0.rc3"
gem "jekyll-seo-tag"
gem "webrick"
gem "jekyll-default-layout"