Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Azure Key Vault Provider for Secrets Store CSI Driver documentation

If you are looking to explore the Azure Key Vault Provider for Secrets Store CSI Driver documentation, please go to the documentation website:

https://azure.github.io/secrets-store-csi-driver-provider-azure/

This repo contains the markdown files which generate the above website. See below for guidance on running with a local environment to contribute to the docs.

Contribution guidelines

Before making your first contribution, make sure to review the Contributing Guidelines in the docs.

Overview

The Azure Key Vault Provider for Secrets Store CSI Driver docs are built using Hugo with the Docsy theme, hosted using GitHub Pages.

The website directory contains the hugo project, markdown files, and theme configurations.

Pre-requisites

Environment setup

  1. Ensure pre-requisites are installed
  2. Clone this repository
git clone https://github.com/Azure/secrets-store-csi-driver-provider-azure.git
  1. Change to website directory:
cd website
  1. Add Docsy submodule:
git submodule add https://github.com/google/docsy.git themes/docsy
  1. Update submodules:
git submodule update --init --recursive
  1. Install npm packages:
npm install

Run local server

  1. Make sure you're still in the website directory
  2. Run
hugo server --disableFastRender
  1. Navigate to http://localhost:1313/docs

Update docs

  1. Create new branch
  2. Commit and push changes to content
  3. Submit pull request to master
  4. Staging site will automatically get created and linked to PR to review and test