chore: update links
This commit is contained in:
@@ -57,12 +57,12 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://app.standardnotes.com',
|
href: 'https://app.standardnotes.com',
|
||||||
label: 'Encrypted Notes App',
|
label: 'Standard Notes Web App',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://standardnotes.com',
|
href: 'https://standardnotes.com',
|
||||||
label: 'Standard Notes Website',
|
label: 'Our Website — Encrypted Notes App',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -71,8 +71,8 @@ module.exports = {
|
|||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://blog.standardnotes.com',
|
href: 'https://standardnotes.com/blog',
|
||||||
label: 'Blog',
|
label: 'Privacy & Security Blog',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -152,7 +152,7 @@ module.exports = {
|
|||||||
scripts: [
|
scripts: [
|
||||||
{
|
{
|
||||||
src: 'https://plausible.standardnotes.com/js/plausible.js',
|
src: 'https://plausible.standardnotes.com/js/plausible.js',
|
||||||
"data-domain": 'docs.standardnotes.com',
|
'data-domain': 'docs.standardnotes.com',
|
||||||
defer: true,
|
defer: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -162,7 +162,8 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: require.resolve('./sidebars.js'),
|
sidebarPath: require.resolve('./sidebars.js'),
|
||||||
editUrl: 'https://github.com/standardnotes/app/blob/main/packages/docs/',
|
editUrl:
|
||||||
|
'https://github.com/standardnotes/app/blob/main/packages/docs/',
|
||||||
routeBasePath: '/',
|
routeBasePath: '/',
|
||||||
remarkPlugins: [math],
|
remarkPlugins: [math],
|
||||||
rehypePlugins: [katex],
|
rehypePlugins: [katex],
|
||||||
|
|||||||
@@ -1,5 +1,2 @@
|
|||||||
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
|
# User-agent: *
|
||||||
#
|
# Disallow: /
|
||||||
# To ban all spiders from the entire site uncomment the next two lines:
|
|
||||||
User-agent: *
|
|
||||||
Disallow: /
|
|
||||||
|
|||||||
Reference in New Issue
Block a user