Skip to content

Commit ff6492d

Browse files
authored
fix(docs): Remove Algolia button and add Teams links (#3292)
1 parent d2286bb commit ff6492d

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

site/src/components/footer/Footer.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,17 @@ const { title } = Astro.props
205205
Discussions
206206
</a>
207207
</li>
208+
<li>
209+
<a
210+
class="nav-link"
211+
href="https://teams.microsoft.com/l/channel/19%3Aed6a64c0c22d4b2084d304d0e33a1168%40thread.tacv2/PR04%20-%20%F0%9F%96%A5%EF%B8%8F%20Web%20Browsing?groupId=a9581e9e-6775-46f5-9e4a-3ce57096e6be&tenantId=90c7a20a-f34b-40bf-bc48-b9253b6f5d20"
212+
aria-describedby="headingCommunity"
213+
target="_blank"
214+
rel="noopener"
215+
>
216+
Teams channel
217+
</a>
218+
</li>
208219
</ul>
209220
</div>
210221
</div>

site/src/components/header/Navigation.astro

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ const { addedIn, layout, title } = Astro.props
9393
<GitHubIcon height={16} width={16} />
9494
<span class="visually-hidden">GitHub</span>
9595
</LinkItem>
96-
<li class="nav-item">
97-
<div class="bd-search nav-link nav-icon" id="docsearch" data-bd-docs-version={getConfig().docs_version}>
98-
</div>
99-
</li>
96+
<!-- search deactivated -->
97+
<!-- <li class="nav-item">-->
98+
<!-- <div class="bd-search nav-link nav-icon" id="docsearch" data-bd-docs-version={getConfig().docs_version}>-->
99+
<!-- </div>-->
100+
<!--</li>-->
100101

101102
<Versions layout={layout} addedIn={addedIn} />
102103
</ul>

site/src/content/docs/about/team.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OUDS Web is maintained by the core team and a small group of invaluable core con
2222
})}
2323
</div>
2424

25-
Get involved with OUDS Web development by [opening an issue]([[config:repo]]/issues/new/choose) or submitting a pull request. Read our [contributing guidelines]([[config:repo]]/blob/v[[config:current_version]]-ouds-web/.github/CONTRIBUTING.md) for information on how we develop.
25+
Get involved with OUDS Web development by [opening an issue]([[config:repo]]/issues/new/choose) or submitting a pull request. Contact us by [opening a discussion]([[config:repo]]/discussions) or [chat in Teams (internal Orange link)](https://teams.microsoft.com/l/channel/19%3Aed6a64c0c22d4b2084d304d0e33a1168%40thread.tacv2/PR04%20-%20%F0%9F%96%A5%EF%B8%8F%20Web%20Browsing?groupId=a9581e9e-6775-46f5-9e4a-3ce57096e6be&tenantId=90c7a20a-f34b-40bf-bc48-b9253b6f5d20). Read our [contributing guidelines]([[config:repo]]/blob/v[[config:current_version]]-ouds-web/.github/CONTRIBUTING.md) for information on how we develop.
2626

2727
<Callout type="info">
2828
## Bootstrap team

0 commit comments

Comments
 (0)