Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

#1545: Fix release instructions for documentation [SKIP CI] #1610

Merged
merged 2 commits into from
Jul 22, 2017
Merged

#1545: Fix release instructions for documentation [SKIP CI] #1610

merged 2 commits into from
Jul 22, 2017

Conversation

girishshilamkar
Copy link
Contributor

The stable docker image is updated and verified that images path is correct with this docker image.
Bug in jekyll template caused broken "edit me" link problem, added the step in release process to ensure it is correct.

@shuklanirdesh82 shuklanirdesh82 changed the title #1545: Fix release instructions for documentation #1545: Fix release instructions for documentation [SKIP CI] Jul 19, 2017
@shuklanirdesh82
Copy link
Contributor

@girishshilamkar for the documentation changes .. it is better to add [SKIP CI] so it wont invoke CI.

CONTRIBUTING.md Outdated
@@ -337,6 +337,10 @@ docker run --rm --volume=$(pwd):/srv/jekyll -it jekyll/jekyll:stable jekyll buil
# 4. Remove the old site and copy the new one.
rm -rvf ../documentation
mv _site ../documentation
#Search for "Edit me" and ensure href is https://github.com/vmware/docker-volume-vsphere/edit/gh-pages/jekyll-docs//index.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add # 5.

CONTRIBUTING.md Outdated
@@ -337,6 +337,10 @@ docker run --rm --volume=$(pwd):/srv/jekyll -it jekyll/jekyll:stable jekyll buil
# 4. Remove the old site and copy the new one.
rm -rvf ../documentation
mv _site ../documentation
#Search for "Edit me" and ensure href is https://github.com/vmware/docker-volume-vsphere/edit/gh-pages/jekyll-docs//index.md
#Bug in jekyll template does not render the name "index"
vi ../documentation/index.html
Copy link
Contributor

@shuklanirdesh82 shuklanirdesh82 Jul 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we supply a command to update this field automatically? .. like sed/awk command to update the line

BTW, manual addition works fine :-)

@@ -337,6 +337,10 @@ docker run --rm --volume=$(pwd):/srv/jekyll -it jekyll/jekyll:stable jekyll buil
# 4. Remove the old site and copy the new one.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please improve the formatting .. It is easier to miss some step especially for index.md part .. may be newline after each step would be better or anything else if you think of.

@shuklanirdesh82 shuklanirdesh82 merged commit a159476 into vmware-archive:master Jul 22, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants