docs: added SAML documentation.

- Remove few obsolete replaces
- update authentication docs
- cleanups and fixes
This commit is contained in:
Marcin Kuzminski 2018-11-30 07:37:45 +01:00
parent 909181f429
commit cbff54d3ed
72 changed files with 657 additions and 298 deletions

View file

@ -3,19 +3,19 @@
Getting Started with VCS
------------------------
When using |RCM|, you will be working with |git|, |svn| or |hg| |repos| from the
When using |RCE|, you will be working with |git|, |svn| or |hg| |repos| from the
command line or using a GUI client such as Tortoise, Tower or SourceTree.
|RCM| uses a standard |git|, |svn| and |hg| protocols. So all tools that
|RCE| uses a standard |git|, |svn| and |hg| protocols. So all tools that
can interact with there protocols are supported, including Eclipse or PyCharm
plugins.
If you have never used either before, the following information should
help you set up your local machine so that you can sync changes with the
|RCM| server.
|RCE| server.
All of the following instructions assume you have a |RCM| account,
All of the following instructions assume you have a |RCE| account,
and you can access your |repos| from the web interface.
.. note::

View file

@ -3,14 +3,14 @@ File Editing
To edit files using the online editor, use the following steps.
1. From the |RCM| interface, select :menuselection:`Admin --> Repositories`
1. From the |RCE| interface, select :menuselection:`Admin --> Repositories`
2. Select the |repo| in which you want to edit a file.
3. Select the :guilabel:`file` view of the |repo|, and double-click on the file.
4. To open the editor, select the :guilabel:`edit on branch:default` button.
* If the filename has an extension |RCM| recognises,
* If the filename has an extension |RCE| recognises,
the syntax highlighting will appear automatically.
* If the filename does not have an extension |RCM| recognises,
* If the filename does not have an extension |RCE| recognises,
you can set the language syntax highlighter by
choosing from the file type drop down menu.
5. To save your changes, select :guilabel:`Commit changes`

View file

@ -4,7 +4,7 @@ Gist Editing
^^^^^^^^^^^^
Gists are standalone files that only the creator can edit. To work with
gists, click on the :guilabel:`Gists` tab on the |RCM| header. The gist
gists, click on the :guilabel:`Gists` tab on the |RCE| header. The gist
editor also has syntax highlighting.
You can set the following properties for each gist:
@ -13,7 +13,7 @@ You can set the following properties for each gist:
and will show up in searches.
* :guilabel:`Gist Lifetime`: You can set a gist to expire after a set
period by using the :guilabel:`Gist Lifetime` dropdown menu.
This means that when the gist expires it will be deleted from the |RCM|
This means that when the gist expires it will be deleted from the |RCE|
gist database.
* :guilabel:`Private`: This means that the gist will not show up in searches.
* :guilabel:`Gist access level`: If you create a private gist you can have

View file

@ -1,7 +1,7 @@
Online Editing
--------------
|RCM| has an integrated online editor, allowing you to edit files in the
|RCE| has an integrated online editor, allowing you to edit files in the
browser. The online editor has syntax highlighting and the ability to fork,
merge, and commit changes to files.