mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
hide pet store
This commit is contained in:
parent
fa725c5e6f
commit
be2504cdf9
@ -17,8 +17,3 @@
|
|||||||
items:
|
items:
|
||||||
- title: API reference
|
- title: API reference
|
||||||
link: /references/brizo/
|
link: /references/brizo/
|
||||||
|
|
||||||
- group: pet store
|
|
||||||
items:
|
|
||||||
- title: API reference
|
|
||||||
link: /references/petstore/
|
|
||||||
|
@ -131,7 +131,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
resolve: 'gatsby-plugin-sitemap',
|
resolve: 'gatsby-plugin-sitemap',
|
||||||
options: {
|
options: {
|
||||||
exclude: ['/test/']
|
exclude: ['/test/', '/references/petstore/']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: */test
|
Disallow: */test
|
||||||
|
Disallow: */references/petstore
|
||||||
|
|
||||||
sitemap: https://docs.oceanprotocol.com/sitemap.xml
|
sitemap: https://docs.oceanprotocol.com/sitemap.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user