Skip to content

Commit

Permalink
[Docs] remove useless notes
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jan 13, 2019
1 parent 82a6ef7 commit bd5c992
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 42 deletions.
8 changes: 0 additions & 8 deletions docs/reference/action_create_edit.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Creating and Editing objects
============================

.. note::

This document is a stub representing a new work in progress. If you're reading
this you can help contribute, **no matter what your experience level with Sonata
is**. Check out the `issues on Github`_ for more information about how to get involved.

This document will cover the Create and Edit actions. It will cover configuration
of the fields and forms available in these views and any other relevant settings.

Expand Down Expand Up @@ -205,5 +199,3 @@ Customizing just one of the actions
**TODO**:
* how to create settings/fields that appear on just one of the create/edit views
* and any controller changes needed to manage them

.. _`issues on GitHub`: https://github.com/sonata-project/SonataAdminBundle/issues/1519
8 changes: 0 additions & 8 deletions docs/reference/action_delete.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Deleting objects
================

.. note::

This document is a stub representing a new work in progress. If you're reading
this you can help contribute, **no matter what your experience level with Sonata
is**. Check out the `issues on GitHub`_ for more information about how to get involved.

This document will cover the Delete action and any related configuration options.

Basic configuration
Expand All @@ -19,5 +13,3 @@ Basic configuration
* a note about Routes and how disabling them disables the related action
* any Admin configuration options that affect delete
* a note about lifecycle events triggered by delete?

.. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519
6 changes: 0 additions & 6 deletions docs/reference/action_export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ The Export action

This document will cover the Export action and related configuration options.

.. note::

This article assumes you are using Symfony 4. Using Symfony 2.8 or 3
will require to slightly modify some namespaces and paths when creating
entities and admins.

Basic configuration
-------------------

Expand Down
6 changes: 0 additions & 6 deletions docs/reference/action_list.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
The List View
=============

.. note::

This document is a stub representing a new work in progress. If you're reading
this you can help contribute, **no matter what your experience level with Sonata
is**. Check out the `issues on GitHub`_ for more information about how to get involved.

This document will cover the List view which you use to browse the objects in your
system. It will cover configuration of the list itself and the filters you can use
to control what's visible.
Expand Down
14 changes: 0 additions & 14 deletions docs/reference/action_show.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
The Show action
===============

.. note::

This document is a stub representing a new work in progress. If you're reading
this you can help contribute, **no matter what your experience level with Sonata
is**. Check out the `issues on GitHub`_ for more information about how to get involved.

This document will cover the Show action and related configuration options.

.. note::

This article assumes you are using Symfony 4. Using Symfony 2.8 or 3
will require to slightly modify some namespaces and paths when creating
entities and admins.

Basic configuration
-------------------

Expand Down Expand Up @@ -172,5 +160,3 @@ The original template can be found in the following location:
``vendor/sonata-project/admin-bundle/Resources/views/CRUD/base_show.html.twig``

Now that you have a copy of the default template, check to make sure it works.

.. _`issues on GitHub`: https://github.com/sonata-project/SonataAdminBundle/issues/1519

0 comments on commit bd5c992

Please sign in to comment.