Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manifoldfinance/omnibus
Manifold Finance Knowledgebase & Documentation Hub
https://github.com/manifoldfinance/omnibus
community docs documentation guides how-to hub knowledgebase resource tutorial
Last synced: about 1 month ago
JSON representation
Manifold Finance Knowledgebase & Documentation Hub
- Host: GitHub
- URL: https://github.com/manifoldfinance/omnibus
- Owner: manifoldfinance
- Created: 2021-08-16T11:47:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T09:00:38.000Z (over 2 years ago)
- Last Synced: 2024-05-19T00:36:43.795Z (8 months ago)
- Topics: community, docs, documentation, guides, how-to, hub, knowledgebase, resource, tutorial
- Language: CSS
- Homepage: https://docs-manifold.netlify.app
- Size: 11.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [omnibus](https://docs.manifoldfinance.com)
[![Release](https://github.com/manifoldfinance/omnibus/actions/workflows/release.yml/badge.svg)](https://github.com/manifoldfinance/omnibus/actions/workflows/release.yml)
[![CI](https://github.com/manifoldfinance/omnibus/actions/workflows/ci.yml/badge.svg)](https://github.com/manifoldfinance/omnibus/actions/workflows/ci.yml)## Overview
v2 Documentation and Community Hub Webpage for Manifold Finance
## Admonitions
Admonitions, also known as call-outs, are a way of including side content without significantly interrupting the
document flow. Omnibus provides several different types of admonitions and allows for the inclusion and nesting of
arbitrary content.| Id | Admonitions |
| --- | ---------------- |
| 🔍 | note |
| ❌ | fatal |
| 🚨 | warning |
| 🔮 | interrogative |
| 🚧 | work-in-progress |
| 🧰 | toolkit |
| 📖 | reading |
| 🎯 | metrics |
| 🔐 | security |
| 🛠 | configuration |### Installation
```
$ yarn
```### Local Development
```
$ 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.## License
Apache-2.0 / CC-2.5-NC