Skip to content

Commit b88e545

Browse files
committed
changing 'Explore' to 'Registry'
1 parent 5e83f13 commit b88e545

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Repo
22
.tmp/
33
plugin_packages/
4-
website/docs/explore/*
4+
website/docs/registry/*
55

66
# Logs
77
logs

scripts/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs-extra';
22

33
const COMMUNITY_PATH = `${__dirname}/../community`;
4-
const DOCS_PATH = `${__dirname}/../website/docs/explore`;
4+
const DOCS_PATH = `${__dirname}/../website/docs/registry`;
55

66
function cleanTargetDir(path: string) {
77
if (fs.existsSync(path)) fs.emptyDirSync(path);

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ module.exports = {
3131
},
3232
{
3333
type: 'doc',
34-
docId: 'explore/atlaskit__avatar',
35-
label: 'Explore',
34+
docId: 'registry/atlaskit__avatar',
35+
label: 'Registry',
3636
position: 'left',
3737
},
3838
{

website/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ module.exports = {
4444
items: ['api/cli', 'api/utils', 'api/test-utils'],
4545
},
4646
],
47-
explore: [
47+
registry: [
4848
{
49-
dirName: 'explore',
49+
dirName: 'registry',
5050
type: 'autogenerated',
5151
},
5252
],

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function Home() {
106106
>
107107
🔭
108108
</span>{' '}
109-
<h3>Explore</h3>
109+
<h3>Registry</h3>
110110
<p>
111111
Explore an extensive list of codemods contributed by the
112112
community

0 commit comments

Comments
 (0)