You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2021/01/20 08:27:44 UTC

[myfaces-homepage] 25/46: updated/fixed tobago documentation improved myfaces core documentation structure

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git

commit 1fc6698ea29847eefbddef19052ab4131bdd6b9e
Author: bohmber <bo...@apache.org>
AuthorDate: Sun Nov 8 21:03:54 2020 +0100

    updated/fixed tobago documentation
    improved myfaces core documentation structure
---
 .gitignore            |  1 +
 core.md               | 12 ------------
 coreConcepts.md       |  9 +++++++++
 coregettingstarted.md | 11 +++++++++++
 menu.md               | 25 ++++++-------------------
 versions.md           | 17 +++++++++++++++++
 6 files changed, 44 insertions(+), 31 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bc8a670
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea/*
\ No newline at end of file
diff --git a/core.md b/core.md
deleted file mode 100644
index 19b2459..0000000
--- a/core.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Apache MyFaces Core
-
-Apache MyFaces Core is the implementation of the JavaServerâ„¢ Faces (JSF) specification and Jakarta Faces specification.
-
-## Build
-Checkout from [Apache GitBox](https://gitbox.apache.org/repos/asf?p=myfaces.git) or [GitHub](https://github.com/apache/myfaces) and run `mvn clean install`
-
-## Useful links
-* Builds: [Jenkins](https://ci-builds.apache.org/job/MyFaces/), [Travis](https://travis-ci.org/apache/myfaces)
-* Issue Management: [JIRA](https://issues.apache.org/jira/projects/MYFACES/) 
-* Javadocs: [javadoc.io](https://javadoc.io/doc/org.apache.myfaces.core/myfaces-api/latest/index.html)
-* Wiki: [Wiki](https://cwiki.apache.org/confluence/display/MYFACES/Index)
diff --git a/coreConcepts.md b/coreConcepts.md
new file mode 100644
index 0000000..856b911
--- /dev/null
+++ b/coreConcepts.md
@@ -0,0 +1,9 @@
+[View Pooling](/coreConceptsViewPooling.md ':include')
+
+[Cache EL expressions](/coreConceptsCacheElExpressions.md ':include')
+
+[ELResolver ordering](/coreConceptsELResolverOrdering.md ':include')
+
+[Immediate Attribute](/coreConceptsImmediateAttribute.md ':include')	
+
+[Whitespace Compression](/coreConceptsWhitespaceCompression.md ':include')
\ No newline at end of file
diff --git a/coregettingstarted.md b/coregettingstarted.md
index 73eab44..9588855 100644
--- a/coregettingstarted.md
+++ b/coregettingstarted.md
@@ -1,5 +1,16 @@
 # Apache MyFaces Core - Getting Started
 
+## Build
+Checkout from [Apache GitBox](https://gitbox.apache.org/repos/asf?p=myfaces.git) or [GitHub](https://github.com/apache/myfaces) and run `mvn clean install`
+
+## Useful links
+* Builds: [Jenkins](https://ci-builds.apache.org/job/MyFaces/), [Travis](https://travis-ci.org/apache/myfaces)
+* Issue Management: [JIRA](https://issues.apache.org/jira/projects/MYFACES/) 
+* Javadocs: [javadoc.io](https://javadoc.io/doc/org.apache.myfaces.core/myfaces-api/latest/index.html)
+* Wiki: [Wiki](https://cwiki.apache.org/confluence/display/MYFACES/Index)
+
+## Usage
+
 Apache MyFaces Core can be deployed to any Servlet Container (like Tomcat, Jetty) inside the WAR or inside the container (/tomcat/lib).  
 If you want to deploy it, instead of Mojarra, inside a Application Server like Glassfish or JBoss, please check the documentation of the Application Server.  
 
diff --git a/menu.md b/menu.md
index 15640e8..3f3654b 100644
--- a/menu.md
+++ b/menu.md
@@ -1,28 +1,15 @@
 - [Home](/)
 - [News](/news.md)
 
-- [Core](/core.md)
+- Core
   - [Getting Started](/coregettingstarted.md)
   - [Release Checklist](/coreReleaseChecklist.md)
-  - Concepts
-    - [View Pooling](/coreConceptsViewPooling.md)
-	- [Cache EL expressions](/coreConceptsCacheElExpressions.md)
-	- [ELResolver ordering](/coreConceptsELResolverOrdering.md)
-	- [Immediate Attribute](/coreConceptsImmediateAttribute.md)	
-	- [Whitespace Compression](/coreConceptsWhitespaceCompression.md)
-  - [1.1](/core11.md)
-  - [1.2](/core12.md)
-  - [2.0](/core20.md)
-  - [2.1](/core21.md)
-  - [2.2](/core22.md)
-  - [2.3](/core23.md)
-  - [2.3-next](/core23next.md)
-  - [3.0](/core30.md)
-  - [4.0](/core40.md)
-
-
-- [Tobago](/tobago.md)
+  - [Concepts](/coreConcepts.md)
+  - [Versions](/versions.md)
 
+- Tobago
+  - [Getting Started](/tobago.md)
+  
 - Inactive / Maintenance
   - [Commons](/commons.md)
   - [Tomahawk](/tomahawk.md)
diff --git a/versions.md b/versions.md
new file mode 100644
index 0000000..0b9018d
--- /dev/null
+++ b/versions.md
@@ -0,0 +1,17 @@
+[1.1](/core11.md ':include')
+
+[1.2](/core12.md ':include')
+
+[2.0](/core20.md ':include')
+
+[2.1](/core21.md ':include')
+
+[2.2](/core22.md ':include')
+
+[2.3](/core23.md ':include')
+
+[2.3-next](/core23next.md ':include')
+
+[3.0](/core30.md ':include')
+
+[4.0](/core40.md ':include')
\ No newline at end of file