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 year 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T09:00:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T01:11:41.456Z (about 1 year 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)
[](https://github.com/manifoldfinance/omnibus/actions/workflows/release.yml)
[](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