Skip to content

Commit d9b0eff

Browse files
committed
Index names
1 parent 8bdd341 commit d9b0eff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/twenty-docs/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const config = {
116116
algolia: {
117117
appId: 'J2OX2P2QAO',
118118
apiKey: 'e0a7a59c7862598a0cf87307c8ea97f2',
119-
indexName: 'twenty',
119+
indexName: 'twenty-developer-docs',
120120

121121
// Optional: see doc section below
122122
contextualSearch: true,

packages/twenty-website/src/app/_components/ui/layout/articles/ArticleEditContent.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ export default function ArticleEditContent({
7575
return (
7676
<StyledContainer>
7777
<div>
78-
<h2>Noticed something to modify?</h2>
78+
<h2>Noticed something to change?</h2>
7979
<p>
80-
As an open-source company, we welcome contributions to our GitHub user
81-
guide. Help us keep it up-to-date, accurate, and easy to understand by
80+
As an open-source company, we welcome contributions through Github.
81+
Help us keep it up-to-date, accurate, and easy to understand by
8282
getting involved and sharing your ideas!
8383
</p>
8484
<StyledButtonContainer>

packages/twenty-website/src/app/_components/user-guide/AlgoliaDocSearch.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const AlgoliaDocSearch = () => {
4242
)}
4343
appId={process.env.NEXT_PUBLIC_ALGOLIA_APP_ID as string}
4444
apiKey={process.env.NEXT_PUBLIC_ALGOLIA_API_KEY as string}
45-
indexName="crawler_Twenty User Guide"
45+
indexName="twenty-user-guide"
4646
/>
4747
);
4848
};

0 commit comments

Comments
 (0)