Skip to content

Commit

Permalink
remove shield badges (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenbox authored Oct 27, 2023
1 parent a0b204a commit 91cea7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
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
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const asfLinks = [

/** @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

0 comments on commit 91cea7f

Please sign in to comment.