forked from TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add step by step guide for editing with Github
Related: TYPO3-Documentation#20 Related: TYPO3-Documentation#27 - use new terms "Edit me on Github Workflow" and "Local Editing and Rendering with Docker" - add quick start on entry page with steps for editing on Github - add screenshots - add information and image for Developer Appreciation Day (DAD).
- Loading branch information
Showing
16 changed files
with
284 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,7 @@ | ||
:orphan: | ||
|
||
.. include:: ../Includes.txt | ||
.. highlight:: rst | ||
|
||
This page was moved to :ref:`docs-contribute-github-method`. | ||
|
||
|
||
.. _docs-contribute-github-method: | ||
|
||
================================= | ||
Contribute with the Github method | ||
================================= | ||
|
||
Basic considerations | ||
==================== | ||
|
||
In any case, you will need a Github account, go to | ||
https://github.com/join. | ||
|
||
You can contribute to the documentation by editing directly on Github | ||
by clicking on "Edit me on Github" in the top right corner of any page. | ||
|
||
.. image:: ../images/edit_me_on_github.png | ||
:class: with-shadow | ||
|
||
This can be used for minor changes. | ||
|
||
If you wish to make extensive changes or use sphinx specific markup | ||
(.e.g. intersphinx linking) it is recommended to use the :ref:`git/docker | ||
<docs-contribute-git-docker>` method because via local rendering with | ||
docker, you will get the best results and can detect errors before you | ||
submit your pull request. The docker container uses the | ||
same toolchain as on the documentation server. | ||
|
||
With the Github Preview, you will not see how the menu is rendered, | ||
you will not see some specific markup in action and it will not show | ||
all errors correctly. | ||
|
||
That being said, we recommend to try out the Github method, because it is | ||
a way to quickly make changes, but use the :ref:`git/docker | ||
<docs-contribute-git-docker>` method in the long run for larger | ||
changes. | ||
|
||
|
||
Getting started | ||
=============== | ||
|
||
.. _github-method-youtube: | ||
|
||
Youtube Tutorial - Github method | ||
-------------------------------- | ||
|
||
Watch the official YouTube video `Tutorial - Contribute to | ||
docs.typo3.org <https://www.youtube.com/watch?v=wNxO-aXY5Yw>`__ | ||
to get started. | ||
|
||
|
||
|
||
2018-01-19 by Mathias Schreiber | ||
|
||
.. youtube:: wNxO-aXY5Yw | ||
|
||
Additional information | ||
---------------------- | ||
|
||
Even though you can make minor changes very easily and do not need | ||
to know everything about reST formatting, it is a good idea to go | ||
back to this manual from time to time and familiarize | ||
yourself with the basics: | ||
|
||
* It is recommended to read the :ref:`writing-rest-introduction` | ||
and the general :ref:`format-rest-cgl` first. | ||
* Look up specific reST format (e.g. embed images, embed YouTube | ||
Videos, use lists, headers, bold etc.): :ref:`Formatting-with-reST`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.