Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
import React from 'react';

function Home() {
React.useEffect(() => {
window.location.href = 'https://www.juniper.net/documentation/product/us/en/session-smart-router/'
}, []);
return null;
}
export default Home;

/*
import React from 'react';
import classnames from 'classnames';
import Layout from '@theme/Layout';
import Link from '@docusaurus/Link';
Expand Down Expand Up @@ -165,3 +176,4 @@ function Home() {
}

export default Home;
*/