diff --git a/README.md b/README.md index 5f0b007..a661401 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,12 @@ This can be accomplished with the following steps: ``` The online version of the document can be found in the OpenPOWER Foundation -Document library at [OpenPOWER Foundation Documentation Development Guide](http://openpowerfoundation.org/?resource_lib=openpower-foundation-documentation-development-guide). +Document library at [OpenPOWER Foundation Documentation Development Guide](http://openpowerfoundation.org/?resource_lib=openpower-foundation-documentation-development-guide). + +An introductory video on how to develop in the OpenPOWER Foundation +Docbook environment has been created and posted on YouTube. + +*[![OpenPOWER Docbook Development Overview](https://i.ytimg.com/vi/psh8xd4HRlo/hqdefault.jpg)](https://www.youtube.com/watch?v=psh8xd4HRlo "OpenPOWER Docbook Development Overview")* The project which controls the look and feel of the document is the [Docs-Maven-Plugin project](https://github.com/OpenPOWERFoundation/Docs-Maven-Plugin), an diff --git a/doc_dev_guide/bk_main.xml b/doc_dev_guide/bk_main.xml index d4c15a2..e39603e 100644 --- a/doc_dev_guide/bk_main.xml +++ b/doc_dev_guide/bk_main.xml @@ -93,14 +93,8 @@ 2018-08-27 - Version 1.2 updates: + Version 1.2 additional updates: - - Extend the Getting Started section to include a first document build. - - - Add a section on document packaging for publish in the Publishing OpenPOWER Documents section. - Add a section on circumventing Java AWT exception. @@ -113,6 +107,23 @@ Rename the template directory to doc_dev_guide. + + + + + 2018-04-11 + + Version 1.2 updates: + + + Extend the Getting Started section to include a first document build. + + + Add a section on document packaging for publish in the Publishing OpenPOWER Documents section. + + + Add examples for background color in tables, and variablelists. + diff --git a/doc_dev_guide/ch_example.xml b/doc_dev_guide/ch_example.xml index 2f81fb1..d2f6804 100644 --- a/doc_dev_guide/ch_example.xml +++ b/doc_dev_guide/ch_example.xml @@ -19,7 +19,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_template_examples"> Documentation examples - +
Section Title goes here @@ -80,6 +80,22 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_template_examples">
+
+ Example variable list + + One of my favorite list types for formating items with definitions is called a variablelist. + Here is an example with an embedded variablelist. + + KirkCaptain + CrewMembers + + ScottyEngineering + McCoyDoctor + SpockScience Officer + + + +
Example figure with embedded graphic @@ -199,6 +215,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_template_examples"> Finally the last cell + + + + This Row + + + Has + + + background + + + color + + + + + Eenie + + + Meenie + + + Meinie + + + + Entry with background color + +