Skip to content

Commit

Permalink
Fixed #2017 - Move PrimeFlex v2 Docs to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 18, 2022
1 parent 6032532 commit e2b443b
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 5,117 deletions.
42 changes: 4 additions & 38 deletions src/assets/menu/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,46 +112,12 @@
"meta": ["primeflex"],
"children": [
{
"name": "Setup",
"to": "/primeflex"
"name": "PrimeFlex v3",
"href": "https://www.primefaces.org/primeflex"
},
{
"name": "Display",
"to": "/display"
},
{
"name": "Elevation",
"to": "/elevation"
},
{
"name": "Flexbox",
"to": "/flexbox"
},
{
"name": "Form Layout",
"to": "/formlayout"
},
{
"name": "Grid System",
"to": "/grid"
},
{
"name": "Spacing",
"to": "/spacing"
},
{
"name": "Text",
"to": "/text"
}
]
},
{
"name": "PrimeIcons",
"meta": ["primeicons"],
"children": [
{
"name": "Icons v5",
"to": "/icons"
"name": "PrimeFlex v2",
"href": "https://github.com/primefaces/primeflex/wiki/PrimeFlex-v2"
}
]
},
Expand Down
40 changes: 0 additions & 40 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,6 @@ const routes = [
name: 'dialog',
component: () => import('../views/dialog/DialogDemo.vue')
},
{
path: '/display',
name: 'display',
component: () => import('../views/display/DisplayDemo.vue')
},
{
path: '/divider',
name: 'divider',
Expand All @@ -352,11 +347,6 @@ const routes = [
name: 'editor',
component: () => import('../views/editor/EditorDemo.vue')
},
{
path: '/elevation',
name: 'elevation',
component: () => import('../views/elevation/ElevationDemo.vue')
},
{
path: '/fieldset',
name: 'fieldset',
Expand All @@ -372,16 +362,6 @@ const routes = [
name: 'fileupload',
component: () => import('../views/fileupload/FileUploadDemo.vue')
},
{
path: '/grid',
name: 'grid',
component: () => import('../views/grid/GridDemo.vue')
},
{
path: '/formlayout',
name: 'formlayout',
component: () => import('../views/formlayout/FormLayoutDemo.vue')
},
{
path: '/fullcalendar',
name: 'fullcalendar',
Expand Down Expand Up @@ -452,11 +432,6 @@ const routes = [
name: 'listbox',
component: () => import('../views/listbox/ListboxDemo.vue')
},
{
path: '/flexbox',
name: 'flexbox',
component: () => import('../views/flexbox/FlexBoxDemo.vue')
},
{
path: '/floatlabel',
name: 'floatlabel',
Expand Down Expand Up @@ -542,11 +517,6 @@ const routes = [
name: 'progressspinner',
component: () => import('../views/progressspinner/ProgressSpinnerDemo.vue')
},
{
path: '/primeflex',
name: 'primeflex',
component: () => import('../views/primeflex/PrimeFlexSetup.vue')
},
{
path: '/radiobutton',
name: 'radiobutton',
Expand Down Expand Up @@ -587,11 +557,6 @@ const routes = [
name: 'slider',
component: () => import('../views/slider/SliderDemo.vue')
},
{
path: '/spacing',
name: 'spacing',
component: () => import('../views/spacing/SpacingDemo.vue')
},
{
path: '/speeddial',
name: 'speeddial',
Expand Down Expand Up @@ -661,11 +626,6 @@ const routes = [
name: 'tag',
component: () => import('../views/tag/TagDemo.vue')
},
{
path: '/text',
name: 'text',
component: () => import('../views/text/TextDemo.vue')
},
{
path: '/textarea',
name: 'textarea',
Expand Down
2 changes: 1 addition & 1 deletion src/views/dataview/DataViewDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import DataView from 'primevue/dataview';
</code></pre>

<h5>PrimeFlex</h5>
<p>DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to <router-link to="/grid">FlexGrid</router-link> documentation for details.</p>
<p>DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to <a href="https://www.primefaces.org/primeflex/gridsystem">PrimeFlex</a> documentation for details.</p>

<h5>Getting Started</h5>
<p>DataView requires a collection of items as its value and one or more templates depending on the layout mode e.g. list and grid. Throughout the samples, a car interface having vin, brand, year and color properties are used to define an object to be displayed by the dataview. Cars are loaded by a CarService that connects to a server to fetch the cars.</p>
Expand Down
43 changes: 0 additions & 43 deletions src/views/display/DisplayDemo.vue

This file was deleted.

150 changes: 0 additions & 150 deletions src/views/display/DisplayDoc.vue

This file was deleted.

50 changes: 0 additions & 50 deletions src/views/elevation/ElevationDemo.vue

This file was deleted.

Loading

0 comments on commit e2b443b

Please sign in to comment.