artemzi / liquibase-docs

repo for MadCap Flare version of documentation for liquibase

Home Page:http://www.liquibase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.liquibase.com

Documentation for the liquibase website.

Please send pull requests!

Project Overview - How to apply changes to https://docs.liquibase.com

  1. Clone/checkout docs.liquibase.com repository
    1. git clone https://github.com/Datical/liquibase-docs.git
    2. git branch [newBranchName] (to create a local branch)
    3. git checkout [newBranchName]
  2. Make Desired Documentation Changes
    1. Make some changes to the desired html file/s or/and create new html file/s
    2. Open the modified html file/s on your browser to review the new changes
  3. Commit Your Doc Changes
    1. git add <file(s)> or git add . (to add all)
    2. git commit -m (put a meaningful message that clearly explains the changes)
    3. git push -u origin [newBranchName] - to create the remote branch
  4. Create a Pull Request
    1. Make a pull request to the staging branch <-- [newBranchName] and request a review. You do this using the github.com website UI.
    2. Thank you for your submission!
  5. Await approval of your changes
    1. When approved, the staging branch will be merged to master.
    2. Your branch will be deleted. In this example: git checkout master && git branch -D [newBranchName] && git branch -d [newBranchName] && git push
    3. Your changes will be visible on https://docs.liquibase.com

Where and how to find and modify the required html file from the url

The file system hierarchy in the https://github.com/Datical/liquibase-docs.git repository mirrors the way they are presented in the https://docs.liquibase.com website.

For example:

About

repo for MadCap Flare version of documentation for liquibase

http://www.liquibase.com


Languages

Language:HTML 98.4%Language:CSS 1.6%Language:PowerShell 0.1%Language:Batchfile 0.0%