Coder Social home page Coder Social logo

sun363587351 / doc-sle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from suse/doc-sle

0.0 1.0 0.0 1.19 GB

Official SUSE Linux Enterprise Documentation

Home Page: https://documentation.suse.com/sles/

License: Other

Dockerfile 0.43% Shell 49.53% Makefile 50.04%

doc-sle's Introduction

SUSE Linux Enterprise / openSUSE Leap Documentation

Build Status

This is the source for the official SUSE Linux Enterprise and openSUSE Leap documentation.

This repository hosts the documentation sources including translations (if available) for the following products:

  • SUSE Linux Enterprise Desktop (SLED)

  • SUSE Linux Enterprise Server (SLES)

  • openSUSE Leap

Released versions of the SLE documentation are published at https://documentation.suse.com/. Released versions of the openSUSE Leap documentation can be found at http://doc.opensuse.org/.

Beta documentation versions are available at https://susedoc.github.io/, where all commits to master and maintenance branches are automatically build.

Branches

On Sep 4, 2019, we changed to a new branching model. We have switched the default branch from develop to master.

  • Use the master branch as the basis of your commits/of new feature branches.

  • The develop branch has been deleted on the server. Do not to push to the develop branch. Your changes may go lost in the medium term and never make it to the proper branch.

How to Update Your Local Repository

If you created a local clone or GitHub fork of this repo before Sep 4, 2019, do the following:

  1. Make sure that your master and develop branches do not contain any important changes. If there are changes on either branch, export them using git format-patch or put them on a different branch.

  2. Go to the master branch: git checkout master .

  3. To pull the latest changes from the remote repository and to delete references to branches that do not exist anymore on the server, run the following command: git pull --prune .

  4. Delete your local develop branch: git branch -D develop.

  5. To check for stale local branches, run: git branch -v. For any branches marked as [gone], check if you still need them. If not, delete them: git branch -D BRANCHNAME

Table 1. Overview of important branches
Name Purpose

master

doc development (latest development version)

maintenance/*

maintenance for released versions

trans/*

translations for released versions

Reporting Bugs

Bugs are collected on https://bugzilla.suse.com. If possible please check for duplicates before creating a new report. When creating a new report, use SUSE Linux Enterprise Desktop or Server as product and in the next step the version. As component select Documentation.

Contributing

Thank you for contributing to this repo. When creating a pull request, please follow the guidelines below:

  1. If you want to contribute to the most recent release, create your pull request against the master branch (not develop). The master branch is protected.

  2. If you want to contribute to a previous release, please create your pull request against the respective maintenance/* branch. These branches are also protected.

  3. Make sure all validation (Travis CI) checks are passed.

  4. For your pull request to be reviewed, please tag the relevant subject matter expert(s) from the development team (if applicable) and members of the documentation team.

  5. Implement the required changes. If you have any questions, ping a documentation team member in #susedoc on RocketChat.

  6. For help on style and structure, refer to the Documentation Styleguide.

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).

  • Install the documentation environment with the following command:

    sudo /sbin/OneClickInstallUI https://gitlab.nue.suse.com/susedoc/doc-ymp/raw/master/Documentation.ymp
  • Basic daps usage:

    • $ daps -d DC-<YOUR_BOOK> validate: Make sure what you have written is well-formed XML and valid DocBook 5

    • $ daps -d DC-<YOUR_BOOK> pdf: Build a PDF document

    • $ daps -d DC-<YOUR_BOOK> html: Build multi-page HTML document

    • $ daps -d DC-<YOUR_BOOK> optipng: Always optimize new PNG images

    • Learn more at https://opensuse.github.io/daps

doc-sle's People

Contributors

fsundermeyer avatar taroth21 avatar tbazant avatar svenseeberg avatar keichwa avatar tomschr avatar cwickert avatar cjschroder avatar dmpop avatar schubi2 avatar afaerber avatar lvicoun avatar imobachgs avatar aginies avatar jfehlig avatar gormanm avatar vogtinator avatar mgerstner avatar jankara avatar lslezak avatar bbevan avatar jsegitz avatar kobliha avatar mfleming avatar mchf avatar flavio avatar mvidner avatar hagerc avatar ancorgs avatar aherrmann-suse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.