Skip to content

omniedgeio/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OmniEdge Documentation

https://omniedge.io/docs

The docs are written with specified markdown format, the frontend system will parse them automatically.

How to contribute docs

  1. Clone this repo by
git clone https://github.com/omniedgeio/docs.git
  1. Create a new branch from the main by
git checkout -b doc/articlename main
  1. Create a markdown file as the format mentioned below in Docs or in the subfolder related
  2. Write your content accordingly, copy images you use to the Images folder
  3. Push the branch to the repo by
git add . && git commit -am "doc():add article name" && git push origin doc/articlename
  1. Create a Pull request from https://github.com/omniedgeio/docs/pulls, and waiting for review.

The format of the docs

Template docs:

---
title: The title of the article
description: The abstract of the article
route: The route of this article, like Doc / OTHERS
index: 5 
thumbnail: path of the thumbnail picture
---
<!-- Content Start -->
# The Head
## The Second Head
<!-- Content End -->

-----

If you have more questions, feel free to [contact us](mailto:support@OmniEdge.io).

Contributors


If you have more questions, feel free to contact us.