masterleros / bash-devops-libs

Bash DevOps libraries
Apache License 2.0
2 stars 2 forks source link

Create/upgrade GCP documentation to new format #16 #22

Closed frbaroni closed 4 years ago

masterleros commented 4 years ago

Cool Fernando!! thanks for this! It's missing to compile the documentation so that it's updated in the repo. for that you can execute "build-doc.sh" at the root folder, so that it will generate the .md for your documentation update

frbaroni commented 4 years ago

Hello Leo, Generated docs and updated PR :)

Thanks!

masterleros commented 4 years ago

WOW, tons of functions documentation! 👍 Please check the generated doc, it seems that there are some inconsistencies that need to be fixed (e.j: functions must use ( ) at the end): https://github.com/masterleros/bash-devops-libs/blob/feature/16-gcp-documentation/docs/gcp.md

frbaroni commented 4 years ago

Ok, so, added () to all functions and changed syntax for optional from [$optional] to $[optiona], should be ok now :)