Skip to content

Commit

Permalink
[TASK] Remove Tools to Edit Rest page (#357)
Browse files Browse the repository at this point in the history
The information is outdated, the suggested php storm plugins are not really helpful, the section on visual studio just general information how to create code snippets.

(cherry picked from commit a0fb736)
  • Loading branch information
linawolf committed Jan 15, 2024
1 parent 6884e46 commit c815805
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 161 deletions.
1 change: 0 additions & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ What's new in this guide?
WritingContent/Index
WritingDocForExtension/Index
WritingDocsOfficial/Index
ToolsEditRest/Index
RenderingDocs/Index
GitHub/Index

Expand Down
154 changes: 0 additions & 154 deletions Documentation/ToolsEditRest/Index.rst

This file was deleted.

3 changes: 1 addition & 2 deletions Documentation/WritingDocForExtension/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ Creating extension documentation using the sample manual
:file:`Documentation-GENERATED-temp` to the Git repository. (*recommended*)
* An .editorconfig is useful, so the
recommended :ref:`Coding Guidelines <format-rest-cgl>` will be used within
an editor or IDE. :ref:`phpstorm-editorconfig` contains further information
for PhpStorm users. (*recommended*)
an editor or IDE.

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion Documentation/WritingDocsOfficial/LocalEditing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Workflow #2: "Local editing and rendering with Docker"
======================================================

Using your local machine instead of editing documentation on GitHub has many advantages, it includes
the freedom to choose which IDE you make your changes in (see :ref:`tools-for-editing-rest`) and it also gives you
the freedom to choose which IDE you make your changes in and it also gives you
the ability to experiment and preview your changes locally before submitting them for approval.

.. rst-class:: bignums-xxl
Expand Down
4 changes: 1 addition & 3 deletions Documentation/WritingReST/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ the :ref:`writing-rest-introduction` and the general
:ref:`format-rest-cgl` first.

Also read :ref:`rest-common-pitfalls` in order to avoid common
mistakes with the syntax or make sure to
:ref:`setup your editor or IDE <tools-for-editing-rest>` correctly
to detect and show errors in the syntax.
mistakes with the syntax.

You don't need to read the entire chapter, just lookup
the section that is relevant for what you plan to do.
Expand Down

0 comments on commit c815805

Please sign in to comment.