All Projects → SUSE → doc-ses

SUSE / doc-ses

Licence: other
Official SUSE Enterprise Storage documentation

Programming Languages

shell
77523 projects
XSLT
1337 projects

Projects that are alternatives of or similar to doc-ses

Anylink
AnyLink是一个企业级远程办公 ssl vpn 软件,可以支持多人同时在线使用。基于 openconnect 协议开发,并且借鉴了 ocserv 的开发思路,可以完全兼容 AnyConnect 客户端。
Stars: ✭ 177 (+1164.29%)
Mutual labels:  enterprise
Angular Ru Interview Questions
Вопросы на собеседовании по Angular
Stars: ✭ 224 (+1500%)
Mutual labels:  enterprise
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+1692.86%)
Mutual labels:  enterprise
Katlas
A distributed graph-based platform to automatically collect, discover, explore and relate multi-cluster Kubernetes resources and metadata.
Stars: ✭ 179 (+1178.57%)
Mutual labels:  enterprise
Tipe
🎉 Next Generation API-first CMS for developers. Generate an API-first CMS from a GraphQL schema with offline prototyping and an inline editor
Stars: ✭ 2,157 (+15307.14%)
Mutual labels:  enterprise
Ant Design Vue
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
Stars: ✭ 15,749 (+112392.86%)
Mutual labels:  enterprise
Rebuild
Building your business-systems freely! 高度可定制化的企业管理系统 企业中台
Stars: ✭ 169 (+1107.14%)
Mutual labels:  enterprise
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+31121.43%)
Mutual labels:  suse
Uportal
Enterprise open source portal built by and for the higher education community.
Stars: ✭ 221 (+1478.57%)
Mutual labels:  enterprise
Ax Boot Framework
Full Stack Java Web Application Framework with Java & HTML5
Stars: ✭ 244 (+1642.86%)
Mutual labels:  enterprise
Slic Starter
A complete, serverless starter project
Stars: ✭ 184 (+1214.29%)
Mutual labels:  enterprise
Yii2 Cms
An enterprise application based on yii2 basic template
Stars: ✭ 188 (+1242.86%)
Mutual labels:  enterprise
Mayan Edms
Free Open Source Document Management System (mirror, no pull request or issues)
Stars: ✭ 226 (+1514.29%)
Mutual labels:  enterprise
Inlets Pro
Secure TCP and HTTP tunnels that work anywhere
Stars: ✭ 179 (+1178.57%)
Mutual labels:  enterprise
Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+1714.29%)
Mutual labels:  enterprise
Choerodon
Open Source Multi-Cloud Integrated Platform
Stars: ✭ 2,149 (+15250%)
Mutual labels:  enterprise
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+126492.86%)
Mutual labels:  enterprise
gh-token
Create an installation access token for a GitHub app from your terminal 💻
Stars: ✭ 154 (+1000%)
Mutual labels:  enterprise
enterprise-policy-generator
The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.
Stars: ✭ 57 (+307.14%)
Mutual labels:  enterprise
Pallas
Curator is to Zookeeper what Pallas is to Elasticsearch
Stars: ✭ 230 (+1542.86%)
Mutual labels:  enterprise

SUSE Enterprise Storage Documentation

Documentation for the SUSE Enterprise Storage Product

Released versions of the documentation are published at https://documentation.suse.com/#ses.

Branches

Table 1. Overview of important branches
Name Purpose

main

development for SES 7

maintenance/ses6

stable for SES 6

maintenance/ses5

stable for SES 5.5

On Feb 20, 2021, we switched to a new default branch. The default branch is now called main.

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

How to update your local repository

If you created a local clone or GitHub fork of this repo before Feb 20, 2021, do the following:

git branch -m master main git fetch origin git branch -u origin/main main git pull -r

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 main branch. The main 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 Style Guide.

  7. Modified DocBook files are re-formatted automatically on each pull request. If you still want to reformat the documentation manually, use daps xmlformat.

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 OneClickInstallUI https://susedoc.github.io/ymp/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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].