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
69bb22d6
Commit
69bb22d6
authored
Jun 22, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - modified navigation added elements
parent
2925f894
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
Config.php
src/Views/Limitless/Help/Config.php
+6
-3
Master.blade.php
src/Views/Limitless/Help/Layout/Master.blade.php
+2
-0
No files found.
src/Views/Limitless/Help/Config.php
View file @
69bb22d6
...
...
@@ -58,12 +58,15 @@
case
"/"
:
$path
=
'Limitless::Help.Pages.Home'
;
break
;
case
"card"
:
$path
=
'Limitless::Element.Card.Documentation.Index'
;
break
;
case
"example"
:
$path
=
'Limitless::Element.Example.Documentation.Index'
;
break
;
case
"divider"
:
$path
=
'Limitless::Element.Divider.Documentation.Index'
;
break
;
case
"card"
:
$path
=
'Limitless::Element.Card.Documentation.Index'
;
break
;
case
"codemirror"
:
$path
=
'Limitless::Codemirror.Documentation.Index'
;
break
;
...
...
src/Views/Limitless/Help/Layout/Master.blade.php
View file @
69bb22d6
...
...
@@ -26,9 +26,11 @@
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'/'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-home2'
,
'title'
=>
'Home'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/layout_1/LTR/dark/full/icons_icomoon.html'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-file-picture'
,
'title'
=>
'Icons'
])
@
Limitless
::
NavigationMenuSectionTitle
([
'title'
=>
'Elements'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=example'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-exclamation'
,
'title'
=>
'Example'
])
@
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=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=divider'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-minus2'
,
'title'
=>
'Divider'
])
@
Limitless
::
NavigationStop
@
stop
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