Skip to content

Commit 31bb3e8

Browse files
committed
Readme update
1 parent 0291d21 commit 31bb3e8

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Angular Schema Form
22
===================
3-
[![bower version](https://img.shields.io/bower/v/angular-schema-form.svg?style=flat-square)](#bower)
43
[![npm version](https://img.shields.io/npm/v/angular-schema-form.svg?style=flat-square)](https://www.npmjs.org/package/angular-schema-form)
54
[![npm downloads](https://img.shields.io/npm/dm/angular-schema-form.svg?style=flat-square)](http://npm-stat.com/charts.html?package=angular-schema-form&from=2015-01-01)
65
[![Gitter](https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-ff69b4.svg?style=flat-square)](https://gitter.im/json-schema-form/angular-schema-form?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -23,6 +22,15 @@ Demo Time!
2322

2423
Hint: By pressing the 'Save to gist' button (top left), you can save your example into a shareable link.
2524

25+
Documentation
26+
=============
27+
You can find [all documentation here](docs/index.md), it covers all the different field types
28+
and their options.
29+
30+
It also covers how to [extend angular schema form with your own field types](docs/extending.md).
31+
32+
Before filing an issue, please read our [issue support instructions](docs/support.md) or you may be ignored.
33+
2634
What is it?
2735
===========
2836

@@ -45,12 +53,10 @@ apart from JSON Form?
4553
with version 4 of the JSON schema standard.
4654
3. By default, Schema Form generates Bootstrap 3-friendly HTML.
4755

48-
Documentation
49-
-------------
50-
You can find [all documentation here](docs/index.md), it covers all the different field types
51-
and their options.
52-
53-
It also covers how to [extend angular schema form with your own field types](docs/extending.md).
56+
Migration Guide
57+
===============
58+
If you already use the library factories in an app or an add-on or plan to upgrade versions, please read the
59+
[migration guide](migration.md) for any items that may need consideration.
5460

5561
Basic Usage
5662
-----------

0 commit comments

Comments
 (0)