From b348c73a2ed9f309a5f3fa7c8b609c09079679fb Mon Sep 17 00:00:00 2001 From: sallylanda6 Date: Tue, 14 Dec 2021 15:14:18 -0700 Subject: [PATCH] Update ReadMe on contributing (#45) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbc7e915..04f6c9fa 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Platform Management Docs -Platform Management Docs is a docs-as-code implementation for Axway documentation. It is built using [Hugo](https://gohugo.io/) static site generator with the [Google Docsy](https://github.com/google/docsy) theme. The site is deployed on Netlify at +Platform Management Docs is a docs-as-code implementation for Axway documentation. It is built using the [Hugo](https://gohugo.io/) static site generator with the [Google Docsy](https://github.com/google/docsy) theme. -This repository contains all files for building and deploying the site. The Markdown files for the documentation are stored at `/content/en/docs`. The image files for the documentation are stored at `/static/Images`. +This repository contains all files for building and deploying the site. The documentation Markdown files are stored at `/content/en/docs` and the image files are stored at `/static/Images`. ## Contribute -We welcome your contributions! To get started fork this repository, create a feature branch with your changes, and then submit a pull request. +We welcome your contributions! To get started fork this repository, create a feature branch with your changes, and then submit a pull request.