Skip to content

Commit f39bf52

Browse files
committed
docs update
1 parent e77374c commit f39bf52

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

src/docs/_includes/03-starters.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Admin Starters are sample projects to get you started with AdminFaces. Following
1313
1414
* {link-admin-starter-shiro}[Admin Starter Shiro^]: Admin Starter application using https://shiro.apache.org/[Apache Shiro^] for authentication.
1515
16+
* {link-admin-starter-security}[Admin Starter Security^]: Admin Starter application using `JavaEE 8` https://javaee.github.io/security-spec/[security API^] for authentication and authorization.
1617
17-
TIP: All starters have images published on docker hub so you can easily run them via docker.
18+
TIP: Most starters have maven archetypes (https://github.com/adminfaces?utf8=%E2%9C%93&q=archetype[see here^]) and images published on docker hub so you can easily see them working locally.
1819

1920

2021
image::starter.png[]

src/docs/index.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,16 @@ endif::[]
4343
4444
== Introduction
4545
46-
{link-adminfaces}[AdminFaces] is an open source project which brings {link-bootstrap}[Bootstrap^] and {link-adminlte}[AdminLTE^] to your application via a {link-primefaces}[PrimeFaces^] theme and a {link-jsf}[JSF^] `responsive` template.
46+
{link-admin-site}[AdminFaces] is an open source project which brings {link-bootstrap}[Bootstrap^] and {link-adminlte}[AdminLTE^] to your application via a {link-primefaces}[PrimeFaces^] theme and a {link-jsf}[JSF^] `responsive` template.
4747
4848
AdminFaces ecosystem is composed by the following projects:
4949
5050
* {link-admin-theme}[Admin Theme^]: A Primefaces theme based on {link-bootstrap}[Bootstrap^] and {link-adminlte}[Admin LTE^] where {link-primefaces}[Primefaces^] components are customized to look like mentioned frameworks.
5151
* {link-admin-template}[Admin Template^]: A *fully responsive* {link-jsf}[Java Server Faces^] `admin` template which is also based on *Bootstrap* and *Admin LTE*.
5252
* {link-admin-showcase}[Admin Showcase^]: A showcase web application, {link-admin-showcase-openshift}[deployed on openshift^], which demonstrates AdminFaces main features and components.
5353
* {link-admin-designer}[Admin Designer^]: The same showcase application with Admin Theme and Admin Template bundled (instead of being library dependencies) in order to make it easier to customize the theme and the template.
54-
* {link-admin-starter}[Admin Starter^]: A simple starter project to get you started with AdminFaces.
54+
* A variety of `<<Admin Starters,starters projects>>` to help you get started with AdminFaces and your favorite stack.
5555
* {link-admin-persistence}[Admin Persistence^]: CRUD operations like a breeze for AdminFaces applications based on https://deltaspike.apache.org/documentation/data.html[Apache DeltaSpike Data^] module.
56-
* {link-admin-starter-tomcat}[Admin Starter Tomcat^]: Admin Starter application for Tomcat.
57-
* {link-admin-starter-springboot}[Admin Starter SpringBoot^]: Admin Starter application using https://github.com/spring-projects/spring-boot[SpringBoot^] and https://github.com/joinfaces/[JoinFaces^].
58-
* {link-admin-starter-shiro}[Admin Starter Shiro^]: Admin Starter application using https://shiro.apache.org/[Apache Shiro^] for authentication.
59-
* {link-admin-starter-security}[Admin Starter Security^]: Admin Starter application using `JavaEE 8` https://javaee.github.io/security-spec/[security API^] for authentication and authorization.
6056
* {link-admin-mobile}[Admin Mobile^]: A simple https://developer.android.com/studio/index.html[Android Studio^] project which uses https://developer.android.com/reference/android/webkit/WebView.html[Webview^] to create an https://www.mobiloud.com/blog/native-web-or-hybrid-apps/[hybrid web app^] based on Admin Showcase.
6157
6258
In subsequent chapters we will drive through each project in detail.

0 commit comments

Comments
 (0)