Skip to content

Commit

Permalink
Remove mention of deprecated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 27, 2017
1 parent 1262aa0 commit a3f44c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See the [Getting Started](doc/Getting-started.md) dedicated chapter for a step-b

## Usage Examples

* You can find a simple configuration in the [blog admin demo](http://ng-admin.marmelab.com/#/dashboard) ([source](examples/blog/config.js)), where the entities are posts, comments, and tags. The remote REST API is simulated in the browser, using [FakeRest](https://github.com/marmelab/FakeRest).
* You can find a simple configuration in the [blog admin demo](examples/blog/config.js), where the entities are posts, comments, and tags. The remote REST API is simulated in the browser, using [FakeRest](https://github.com/marmelab/FakeRest).
* The [Posters Galore demo](http://marmelab.com/ng-admin-demo/) ([source](https://github.com/marmelab/ng-admin-demo)) is a more complete example of an e-commerce administration, with custom authentication, pages, directives and modules, all well organized via WebPack. The remote REST API is also simulated in the browser, using [FakeRest](https://github.com/marmelab/FakeRest).

## Configuration Reference
Expand Down
6 changes: 3 additions & 3 deletions doc/Usage-example.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Usage Examples

* The [blog admin demo](http://ng-admin.marmelab.com/#/dashboard) ([source](examples/blog/config.js)) is a basic, single file configuration. The model is simple: posts, comments, and tags entities. The remote REST API is simulated in the browser, using [FakeRest](https://github.com/marmelab/FakeRest).
* The [blog admin demo](examples/blog/config.js) is a basic, single file configuration. The model is simple: posts, comments, and tags entities. The remote REST API is simulated in the browser, using [FakeRest](https://github.com/marmelab/FakeRest).

[![blog demo](images/blog_demo.png)](http://ng-admin.marmelab.com/#/dashboard)
![blog demo](images/blog_demo.png)

* The [Posters Galore demo](http://marmelab.com/ng-admin-demo/) ([source](https://github.com/marmelab/ng-admin-demo)) is a more complete example. It simulates an e-commerce administration for a poster shop. The administration manages visitors, sales, the poster catalog, and reviews.

The code respects the best coding practices: ES6, independent modules, bundling and minification via WebPack. You will find custom authentication, custom actions, custom directives, and custom pages. The remote REST API is also simulated in the browser, using [FakeRest](https://github.com/marmelab/FakeRest).

[![posters galore demo](images/posters_galore.png)](http://marmelab.com/ng-admin-demo/)

If you have a public administration based on ng-admin, please open a Pull Request on this page to showcase your work!
If you have a public administration based on ng-admin, please open a Pull Request on this page to showcase your work!
3 changes: 1 addition & 2 deletions examples/blog/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
/*
* This is an example ng-admin configuration for a blog administration composed
* of three entities: post, comment, and tag. Reading the code and the comments
* will help you understand how a typical ng-admin application works. You can
* browse the result online at http://ng-admin.marmelab.com.
* will help you understand how a typical ng-admin application works.
*
* The remote REST API is simulated in the browser, using FakeRest
* (https://github.com/marmelab/FakeRest). Look at the JSON responses in the
Expand Down

0 comments on commit a3f44c3

Please sign in to comment.