Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
6e637014
Commit
6e637014
authored
Jun 21, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - created icons page for documentation
parent
cdee249b
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6890 additions
and
13 deletions
+6890
-13
Config.php
src/Views/Limitless/Help/Config.php
+3
-0
Index.blade.php
src/Views/Limitless/Help/Documentation/Icons/Index.blade.php
+6884
-0
Master.blade.php
src/Views/Limitless/Help/Layout/Master.blade.php
+1
-11
Index.blade.php
src/Views/Limitless/Navigation/Documentation/Index.blade.php
+2
-2
No files found.
src/Views/Limitless/Help/Config.php
View file @
6e637014
...
@@ -73,6 +73,9 @@
...
@@ -73,6 +73,9 @@
case
"table"
:
case
"table"
:
$path
=
'Limitless::Table.Documentation.Index'
;
$path
=
'Limitless::Table.Documentation.Index'
;
break
;
break
;
case
"icons"
:
$path
=
'Limitless::Help.Documentation.Icons.Index'
;
break
;
default
:
default
:
}
}
...
...
src/Views/Limitless/Help/Documentation/Icons/Index.blade.php
0 → 100644
View file @
6e637014
This diff is collapsed.
Click to expand it.
src/Views/Limitless/Help/Layout/Master.blade.php
View file @
6e637014
...
@@ -24,21 +24,11 @@
...
@@ -24,21 +24,11 @@
@
section
(
'Limitless::SidebarContent'
)
@
section
(
'Limitless::SidebarContent'
)
@
Limitless
::
NavigationStart
@
Limitless
::
NavigationStart
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'/'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-home2'
,
'title'
=>
'Home'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'/'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-home2'
,
'title'
=>
'Home'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=icons'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-file-picture'
,
'title'
=>
'Icons'
])
@
Limitless
::
NavigationMenuSectionTitle
([
'title'
=>
'Elements'
])
@
Limitless
::
NavigationMenuSectionTitle
([
'title'
=>
'Elements'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=codemirror'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-circle-code'
,
'title'
=>
'Code Mirror'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=codemirror'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-circle-code'
,
'title'
=>
'Code Mirror'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=navigation'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-menu8'
,
'title'
=>
'Navigation'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=navigation'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-menu8'
,
'title'
=>
'Navigation'
])
@
Limitless
::
NavigationMenuSectionTitle
([
'title'
=>
'Elements 2'
])
@
Limitless
::
NavigationMenuStart
([
'title'
=>
'submenu test'
,
'icon'
=>
'icon-three-bars'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuStart
([
'title'
=>
'sub submenu test'
,
'icon'
=>
'icon-three-bars'
])
@
Limitless
::
NavigationMenuSectionTitle
([
'title'
=>
'Elements 3'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuStop
@
Limitless
::
NavigationMenuStop
@
Limitless
::
NavigationStop
@
Limitless
::
NavigationStop
@
stop
@
stop
src/Views/Limitless/Navigation/Documentation/Index.blade.php
View file @
6e637014
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
endphp
@
endphp
{{
--
Description
--
}}
{{
--
Description
--
}}
@
Limitless
::
ElementCardStart
([
'title'
=>
"Navigation"
,
'icon'
=>
'icon-
file-text3
'
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"Navigation"
,
'icon'
=>
'icon-
menu8
'
])
Description
for
navigation
element
here
.
Description
for
navigation
element
here
.
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStop
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuStart
([
'title'
=>
'Level 2 Submenu example'
,
'icon'
=>
'icon-three-bars'
])
@
Limitless
::
NavigationMenuStart
([
'title'
=>
'Level 2 Submenu example'
,
'icon'
=>
'icon-three-bars'
])
@
Limitless
::
NavigationMenuSectionTitle
([
'title'
=>
'Menu section title
2
'
])
@
Limitless
::
NavigationMenuSectionTitle
([
'title'
=>
'Menu section title
3
'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuStop
@
Limitless
::
NavigationMenuStop
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment