We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e785ca commit f90044aCopy full SHA for f90044a
2 files changed
docs/T113x/intro.mdx
@@ -0,0 +1,7 @@
1
+---
2
+sidebar_position: 1
3
4
+
5
+# T113x系列单板
6
7
src/pages/index.js
@@ -2,5 +2,5 @@ import React from 'react';
import { Redirect } from 'react-router-dom';
export default function Home() {
- return <Redirect to='docs/T113x/s3-Pro/BoardIntroduction' />;
+ return <Redirect to='docs/T113x/intro' />;
}
0 commit comments