Skip to content

UrbanCode/devops-deploy-plugin-docs-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devops-deploy-plugin-docs-poc

This is a POC repository for creating a documentation site using Vitepress for IBM DevOps Deploy Plugins

To build the project locally, Node.js is required.

Steps to build

  • Clone the repository locally using git clone command
  git clone <repo-url>
  • Change directory to devops-deploy-plugin-docs-poc
  cd devops-deploy-plugin-docs-poc
  • Install and resolve dependencies for the project using below npm command
   npm ci
  • To build the project run below build command
   npm run docs:build
  • To host the project locally, run below serve command
   npm run docs:serve
  • To host the project locally, run in developer mode
   npm run docs:dev

About

This is to show modern DevOps Deploy Plugins documentation POC Site developed using Vitepress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published