Skip to content

CIROH's DocuHub (docs.ciroh.org) - This repository providing in-depth technical insights into CIROH's projects, services, and technical documentation.

Notifications You must be signed in to change notification settings

arpita0911patel/ciroh-ua_website

 
 

Repository files navigation

DocuHub

DocuHub is constructed using Docusaurus, a modern static website generator.

Repository

The source code for DocuHub is available at:
https://github.com/CIROH-UA/ciroh-ua_website

Environments

Production

The production environment is available at:
https://docs.ciroh.org/

Staging

The staging environment is used for testing and validating changes before deploying to production. This allows contributors to preview their changes in a live environment without affecting the production site. https://docs.ciroh.org/docuhub-staging/

How to Contribute

  1. Edit Content: See something that needs to be updated? Click on the "Edit page" button at the bottom of the page to make direct changes to the documentation.

  2. Submit Changes: Make your edits and create a Pull Request on GitHub. Your changes will be reviewed and merged by the admin team.

  3. Contribute to Products Tab: For CIROH projects related to NextGen, please send your GitHub repository URL to the admin for inclusion.

  4. Contribute to Blog Section: To add content to the blog, please follow the guidelines in How to write a new Blog?

  5. Report Issues: Found a bug or have a suggestion? Open an issue in the GitHub repository to help improve DocuHub.

If you need help, please contact us at [email protected] or Arpita Patel at [email protected]

Setup for running DocuHub locally

To set up the project locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/CIROH-UA/ciroh-ua_website.git
    cd ciroh-ua_website
  2. Install Node.js: Download and install the LTS version from nodejs.org if you don't have it already.

  3. Install Dependencies:

    npm install
  4. Build for Production (optional):

    npm run build

    This creates static files in the build directory that can be deployed to a web server.

  5. Run Development Server:

    npm run start

    This will start a local development server at http://localhost:3000

  6. View the Site: Open your browser and navigate to http://localhost:3000 to see the local version of DocuHub.

About

CIROH's DocuHub (docs.ciroh.org) - This repository providing in-depth technical insights into CIROH's projects, services, and technical documentation.

https://docs.ciroh.org, https://ciroh-ua.github.io

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.7%
  • CSS 22.3%