Skip to content

iomete/iom-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

  1. Install nodejs and npm

  2. Check nodejs version node -v

    • The Node.js version number should be displayed as output.
  3. Verify the installation of npm alongside Node.js npm -v

    • The npm version number should be displayed as output.
  4. Clone Repository

  5. Run cd iom-docs

  6. Run yarn

  7. Run yarn start

    • The project should be running on port 3000 and will be opened in the browser.

Feedback component

If you want to hide rating feedback hideFeedback:true in frontMatter

---
title: Doc title
hideFeedback:true

---

### Mini Card component

```jsx
import MiniCard from "@site/src/components/MiniCard";

<MiniCard link="https://iomete.com/start-know" linkName="Start now">
  Click to Get started
</MiniCard>;

Export to PDF

https://github.com/signcl/docusaurus-prince-pdf

yarn build yarn serve npx docusaurus-prince-pdf -u http://localhost:3000/docs/guides --include-index


Iframe component (Exp: Youtube iframe)

import Iframe from "@site/src/components/Iframe";

<Iframe title="Title of video" src="https://www.youtube.com/embed/link" />;

Glossary

The Glossary plugin is disabled in devMode by default for low-speed purposes. If you want to enable both modes, comment out the line process.env.NODE_ENV === 'production' && glossaryPlugin, and uncomment the line // glossaryPlugin,.

Youtube (Embed) video

For youtube embed videos import and use YoutubeCard component. Just pass link and title.

About

Public IOMETE customer documentation site — source for the docs on iomete.com

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors