Skip to content

neija2611/poseidon-framework.github.io

 
 

Repository files navigation

poseidon-framework.github.io

Repository for the poseidon-framework.github.io website.
Built with Docsify.

How to add content ?

  • Add your content as markdown files by marking a pull request to this repository.

  • You can either add your files at the root directory, or put them in subdirectories.

    • Subdirectories should have a dedicated README.md file.
  • Example structure:

    .
    ├── home.md
    |   ...
    ├── folder
    │   ├── README.md
    │   └── ...
    
    
  • If you add a new markdown file, don't forget to add it in the _sidebar.md file. Headers within a Markdown file are added automatically to the sidebar.

  • DO NOT EDIT index.html

  • DO NOT RENAME home.md

Optional (but recommended)

Install Docsify to render locally the website with npm (Node.js Package Manager): npm i docsify-cli -g

About

Main landing page for getting information about the Poseidon project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%