https://github.com/suse/doc-zseries-starter
Source of the official SUSE Starter System Creation Guide for IBM System z documentation
https://github.com/suse/doc-zseries-starter
documentation suse
Last synced: 4 months ago
JSON representation
Source of the official SUSE Starter System Creation Guide for IBM System z documentation
- Host: GitHub
- URL: https://github.com/suse/doc-zseries-starter
- Owner: SUSE
- License: other
- Created: 2016-02-02T12:55:02.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-08T17:44:15.000Z (over 4 years ago)
- Last Synced: 2025-10-09T03:32:19.479Z (8 months ago)
- Topics: documentation, suse
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= SUSE Linux Enterprise for IBM System z Documentation
== Starter System Creation Guide
This is the source for the official SUSE Starter System Creation Guide for IBM
System z documentation.
== Branches
.Overview of important branches
[options="header"]
|================================================
| Name | Purpose
| `develop` | doc development
| `master` | latest release
| `maintenance/*` | doc maintenance (previous versions)
|================================================
== Contributing
If you would like to contribute, please fork this repository and send
pull requests. Always use the `develop` branch for your edits! +
Contributors with direct access to the repository are encouraged to use the
git-flow-avh workflow (package `git-flow-avh`). However, this is not a must.
.*No commits to master*
NOTE: Please do not make any commits to the `master` branch. `master` is
reserved for releases only. Always commit to `develop`.
== Editing DocBook
To contribute to the documentation, you need to write DocBook.
* You can learn about DocBook syntax at http://docbook.org/tdg5/en/html .
* SUSE documents are generally built with DAPS (package `daps`) and the
SUSE XSL Stylesheets (package `suse-xsl-stylesheets`). Ideally, you should
get these from the repository `Documentation:Tools`. However, slightly
older versions are also available from the SLE and openSUSE repositories.
* Basic daps usage:
** `$ daps -d DC- validate`: Make sure what you have written is
well-formed XML and valid DocBook 5
** `$ daps -d DC- pdf`: Build a PDF document
** `$ daps -d DC- html`: Build multi-page HTML document
** Learn more at https://opensuse.github.io/daps