We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d3897 commit 7d24ba0Copy full SHA for 7d24ba0
pages/index.mdx
@@ -58,4 +58,11 @@ but you can also refer to the following examples to try it now:
58
- <Link color target="_blank" href="https://github.com/unix/backset/blob/master/examples/quick-start/README.md">Quick start project</Link>
59
- <Link color target="_blank" href="https://codesandbox.io/s/backset-quick-start-xj1p9">Quick start on codesandbox</Link>
60
61
+<Spacer y={3} />
62
+
63
+### Others
64
65
+ - <Link target="_blank" href="https://github.com/unix/backset">View project home page</Link>
66
+ - <Link target="_blank" href="https://github.com/unix/backset/issues/new">Report an issue</Link>
67
68
export default ({ children }) => <Layout meta={meta}>{children}</Layout>
0 commit comments