-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SMQ-209 - Fix Warnings for .svg Files During
npm run build
(#214)
* upgrade image sizes Signed-off-by: Musilah <[email protected]> * fix md file path Signed-off-by: Musilah <[email protected]> * add markdownlint-cli Signed-off-by: Musilah <[email protected]> * update node version Signed-off-by: Musilah <[email protected]> * fix rebase Signed-off-by: Musilah <[email protected]> * remove yarn Signed-off-by: Musilah <[email protected]> * remove yarn in workflows Signed-off-by: Musilah <[email protected]> * remove homepage Signed-off-by: Musilah <[email protected]> * add mermaid support Signed-off-by: Musilah <[email protected]> * delete homepage files Signed-off-by: Musilah <[email protected]> --------- Signed-off-by: Musilah <[email protected]>
- Loading branch information
Showing
41 changed files
with
2,102 additions
and
20,086 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SuperMQ | ||
|
||
[![license][license]](LICENSE) | ||
[build][build] | ||
[![Build](https://github.com/absmach/supermq-docs/actions/workflows/pages.yaml/badge.svg?branch=main)](https://github.com/absmach/supermq-docs/actions/workflows/pages.yaml) | ||
|
||
This repo collects the collaborative work on SuperMQ documentation. | ||
|
@@ -14,35 +13,39 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati | |
## Prerequisites | ||
|
||
Install [Docusaurus](https://docusaurus.io/docs/installation) | ||
Ensure that you have [Docusaurus](https://docusaurus.io/docs/installation) installed on your system. | ||
|
||
### Installation | ||
|
||
``` | ||
$ yarn | ||
``` | ||
## Installation | ||
|
||
Doc repo can be fetched from GitHub: | ||
|
||
```bash | ||
git clone [email protected]:/absmach/supermq-docs.git | ||
``` | ||
|
||
### Local Development | ||
Use Docusaurus to serve documentation. | ||
Install the required dependencies using: | ||
|
||
``` | ||
$ yarn start | ||
```bash | ||
npm install | ||
``` | ||
|
||
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 | ||
|
||
### Build | ||
Build the documentation site using the following command: | ||
|
||
```bash | ||
npm run build | ||
``` | ||
$ yarn build | ||
|
||
## Local Development | ||
|
||
Use Docusaurus to serve documentation. | ||
|
||
```bash | ||
npm run serve | ||
``` | ||
|
||
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. | ||
|
||
## Contributing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.