Skip to content

Commit

Permalink
Updated README with working links
Browse files Browse the repository at this point in the history
  • Loading branch information
montali authored Sep 2, 2019
1 parent b9f1e2c commit 7a9edb6
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,38 @@ It is possible to update Aeria through Wordpress as any other Wordpress plugin.


## Configuration
* [Getting started](configuration/getting-started)
* [Post type](configuration/post-type)
* [Metabox](configuration/metabox)
* [Taxonomy](configuration/taxonomy)
* [Section](configuration/section)
* [Router](configuration/router)
* [Controller](configuration/controller)
* [Options page](configuration/options-page)
* [Getting started](https://github.com/caffeinalab/aeria/wiki/configuration_getting-started)
* [Post type](https://github.com/caffeinalab/aeria/wiki/post-type)
* [Metabox](https://github.com/caffeinalab/aeria/wiki/metabox)
* [Taxonomy](https://github.com/caffeinalab/aeria/wiki/taxonomy)
* [Section](https://github.com/caffeinalab/aeria/wiki/section)
* [Router](https://github.com/caffeinalab/aeria/wiki/router)
* [Controller](https://github.com/caffeinalab/aeria/wiki/controller)
* [Options page](https://github.com/caffeinalab/aeria/wiki/options-page)

## Fields
* [Getting started](fields/getting-started)
* [Text](fields/text)
* [Textarea](fields/textarea)
* [Wysiwyg](fields/wysiwyg)
* [Switch](fields/switch)
* [Select](fields/select)
* [Picture](fields/picture)
* [Gallery](fields/gallery)
* [Repeater](fields/repeater)
* [Sections](fields/sections)
* [Field validation](fields/validators)
* [Getting started](https://github.com/caffeinalab/aeria/wiki/fields_getting-started)
* [Text](https://github.com/caffeinalab/aeria/wiki/text)
* [Textarea](https://github.com/caffeinalab/aeria/wiki/textarea)
* [Wysiwyg](https://github.com/caffeinalab/aeria/wiki/wysiwyg)
* [Switch](https://github.com/caffeinalab/aeria/wiki/switch)
* [Select](https://github.com/caffeinalab/aeria/wiki/select)
* [Picture](https://github.com/caffeinalab/aeria/wiki/picture)
* [Gallery](https://github.com/caffeinalab/aeria/wiki/gallery)
* [Repeater](https://github.com/caffeinalab/aeria/wiki/repeater)
* [Sections](https://github.com/caffeinalab/aeria/wiki/sections)
* [Field validation](https://github.com/caffeinalab/aeria/wiki/validators)

## Actions
* [Admin Enqueue Script](actions/admin-enqueue-script)
* [APIs](actions/APIs)
* [Render Engine](actions/render-engine)
* [Admin Enqueue Script](https://github.com/caffeinalab/aeria/wiki/admin-enqueue-script)
* [APIs](https://github.com/caffeinalab/aeria/wiki/APIs)
* [Kernel](https://github.com/caffeinalab/aeria/wiki/kernel)
* [Render Engine](https://github.com/caffeinalab/aeria/wiki/render-engine)

## Functions
* [Getting started](functions/getting-started)
* [get_aeria_fields](functions/get_aeria_fields)
* [get_aeria_field](functions/get_aeria_field)
* [get_aeria_metabox](functions/get_aeria_metabox)
* [get_aeria_options](functions/get_aeria_options)
* [Getting started](https://github.com/caffeinalab/aeria/wiki/functions_getting-started)
* [get_aeria_fields](https://github.com/caffeinalab/aeria/wiki/get_aeria_fields)
* [get_aeria_field](https://github.com/caffeinalab/aeria/wiki/get_aeria_field)
* [get_aeria_metabox](https://github.com/caffeinalab/aeria/wiki/get_aeria_metabox)
* [get_aeria_options](https://github.com/caffeinalab/aeria/wiki/get_aeria_options)

0 comments on commit 7a9edb6

Please sign in to comment.