Skip to content
Snippets Groups Projects
Commit 0ac04503 authored by Michael Haidner's avatar Michael Haidner
Browse files

Datei 'startseite.js' im Ordner 'docs' gespeichjert

parent ecf8d51b
No related branches found
No related tags found
1 merge request!235648_FIT-Connect_in_horizontalem_Menue(planning#648)
......@@ -54,7 +54,7 @@ module.exports = {
position: 'left',
className: 'fitko-navbar-icon--back',
},
{to: '/startseite', label: 'Startseite', position: 'left'}, {
{to: '/docs/startseite', label: 'Startseite', position: 'left'}, {
type: 'dropdown',
label: 'API',
items: [
......
......@@ -4,7 +4,7 @@ import {Redirect} from '@docusaurus/router';
export default function startseite() {
return (
<p>
<Redirect to="/docs/" />
<Redirect to="../docs/" />
</p>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment