mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Allow doc/section/files links to open in tabs
Closes #233 and might help #236
This commit is contained in:
parent
92696c5181
commit
9e3eac19aa
12 changed files with 886 additions and 743 deletions
|
@ -129,6 +129,10 @@ export default Router.map(function () {
|
|||
path: 'secure/:token'
|
||||
});
|
||||
|
||||
this.route('jumpto', {
|
||||
path: 'link/:jump_type/:jump_id'
|
||||
});
|
||||
|
||||
this.route(
|
||||
'auth',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue