https://github.com/suse/doc-slepos
Official SUSE Linux Enterprise Point of Service Documentation
https://github.com/suse/doc-slepos
documentation enterprise suse
Last synced: 4 months ago
JSON representation
Official SUSE Linux Enterprise Point of Service Documentation
- Host: GitHub
- URL: https://github.com/suse/doc-slepos
- Owner: SUSE
- License: other
- Created: 2016-11-08T14:37:10.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-02T14:42:44.000Z (about 4 years ago)
- Last Synced: 2025-06-18T14:44:43.719Z (12 months ago)
- Topics: documentation, enterprise, suse
- Homepage: https://documentation.suse.com/sle-pos/
- Size: 1.01 MB
- Stars: 1
- Watchers: 13
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= SUSE Linux Enterprise Point of Service
Documentation for the SUSE Enterprise Point of Service Product
Released versions of the documentation are published at
https://www.suse.com/documentation/.
== Branches
.Overview of important branches
[options="header"]
|================================================
| Name | Purpose
| `develop` | development branch
|================================================
== 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`.
== Writing 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
** `$ daps -d DC- html`: Build a HTML
** Learn more at https://opensuse.github.io/daps