Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix thanks url #111

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Website

Answer.dev is built using [Docusaurus 2](https://docusaurus.io/), and we use [pnpm](https://pnpm.io/) to manage dependencies.
Answer official website is built using [Docusaurus 2](https://docusaurus.io/), and we use [pnpm](https://pnpm.io/) to manage dependencies.

### Installation

Expand Down
7 changes: 0 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ slug: /
Answer helps you to build a community between your users and your team.
It's a place where you can share your knowledge and help your users to solve their problems.

[![LICENSE](https://img.shields.io/github/license/answerdev/answer)](https://github.com/apache/incubator-answer/blob/main/LICENSE)
[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://golang.org/)
[![Language](https://img.shields.io/badge/language-react-blue.svg)](https://reactjs.org/)
[![GitHub release](https://img.shields.io/github/v/release/answerdev/answer?include_prereleases)](https://github.com/apache/incubator-answer/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/answerdev/answer)](https://goreportcard.com/report/github.com/answerdev/answer)
[![Discord](https://img.shields.io/badge/discord-chat-5865f2?logo=discord&logoColor=f5f5f5)](https://discord.gg/Jm7Y4cbUej)

Main features:

- **Questions and Answers** - Ask questions and get answers from your users and your team.
Expand Down
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ const asfLinks = [
{to: 'https://www.apache.org/foundation/sponsorship.html', label: 'Sponsorship'},
{to: 'https://privacy.apache.org/policies/privacy-policy-public.html', label: 'Privacy'},
{to: 'https://www.apache.org/security/', label: 'Security'},
{to: 'https://www.apache.org/foundation/sponsors', label: 'Thanks'},
{to: 'https://www.apache.org/foundation/thanks.html', label: 'Thanks'},
{to: 'https://www.apache.org/foundation/policies/conduct.html', label: 'Code of Conduct'},
];

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Answer',
title: 'Apache Answer',
tagline: 'Build Q&A Community with Answer',
url: 'https://answer.apache.org',
baseUrl: '/',
Expand All @@ -26,8 +26,8 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'answerdev', // Usually your GitHub org/user name.
projectName: 'Answer', // Usually your repo name.
organizationName: 'apache', // Usually your GitHub org/user name.
projectName: 'incubator-answer', // Usually your repo name.

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down
7 changes: 0 additions & 7 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ slug: /

Answer 可帮助你在用户或团队之间建立问答社区。你可以在这里分享知识并帮助用户解决问题。

[![LICENSE](https://img.shields.io/github/license/answerdev/answer)](https://github.com/apache/incubator-answer/blob/main/LICENSE)
[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://golang.org/)
[![Language](https://img.shields.io/badge/language-react-blue.svg)](https://reactjs.org/)
[![GitHub release](https://img.shields.io/github/v/release/answerdev/answer?include_prereleases)](https://github.com/apache/incubator-answer/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/answerdev/answer)](https://goreportcard.com/report/github.com/answerdev/answer)
[![Discord](https://img.shields.io/badge/discord-chat-5865f2?logo=discord&logoColor=f5f5f5)](https://discord.gg/Jm7Y4cbUej)

主要功能:

- **提问和回答** - 提出问题并从你的用户和团队那里获得答案。
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home(): JSX.Element {
<Layout
description="A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.">
<Head>
<title>Answer | Free Open-source Q&A Platform</title>
<title>Apache Answer | Free Open-source Q&A Platform</title>
</Head>
<main className='headerBg'>
<HomePageHeader />
Expand Down