Skip to content

Commit

Permalink
fix blog headline (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: dashuai <lishuailing@sifou.com>
Co-authored-by: LinkinStars <linkinstar@foxmail.com>
Co-authored-by: tison <wander4096@gmail.com>
Co-authored-by: PrimmaAnna <annezhu@segmentfault.com>
Co-authored-by: Anne <131739771+PrimmaAnna@users.noreply.github.com>
  • Loading branch information
6 people authored Oct 24, 2023
1 parent 4dac97a commit 1906a00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
9 changes: 5 additions & 4 deletions blog/2023-10-24-apache-enters-apache-incubator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ The Initial Committers of the Answer project are listed as follows, and big than
- Bo Jiang https://github.com/jiangbonadia
- Anna Primma https://github.com/PrimmaAnna

About Apache Incubator [1]
![Alt text](apache-incubator-logo.png)
## About Apache Incubator [1]

![Apache Incubator](apache-incubator-logo.png)

Created in 2002, the Apache Incubator provides services to projects which want to enter the Apache Software Foundation (ASF). It helps those incoming projects (called "podlings") adopt the Apache style of governance and operation and guides them to the ASF services available to our projects, so they can become top-level ASF projects ("TLPs").

Expand All @@ -93,5 +94,5 @@ Check our documentation: https://answer.apache.org/docs
Join our official community: https://meta.answer.dev/
Meet us in Discord: https://discord.gg/c537sFxu

> Reference:
[1] The Apache Incubator: https://incubator.apache.org/
> Reference:
[1] The Apache Incubator: https://incubator.apache.org/
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ The Initial Committers of the Answer project are listed as follows, and big than
- Bo Jiang https://github.com/jiangbonadia
- Anna Primma https://github.com/PrimmaAnna

About Apache Incubator [1]
![Alt text](apache-incubator-logo.png)
## About Apache Incubator [1]

![Apache Incubator](apache-incubator-logo.png)

Created in 2002, the Apache Incubator provides services to projects which want to enter the Apache Software Foundation (ASF). It helps those incoming projects (called "podlings") adopt the Apache style of governance and operation and guides them to the ASF services available to our projects, so they can become top-level ASF projects ("TLPs").

Expand All @@ -93,5 +94,5 @@ Check our documentation: https://answer.apache.org/docs
Join our official community: https://meta.answer.dev/
Meet us in Discord: https://discord.gg/c537sFxu

> Reference:
[1] The Apache Incubator: https://incubator.apache.org/
> Reference:
[1] The Apache Incubator: https://incubator.apache.org/
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import Head from '@docusaurus/Head';
export default function Home(): JSX.Element {
return (
<Layout
description="An open-source knowledge-based community software. You can use it quickly to build Q&A community for your products, customers, teams, and more.">
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 | Q&A Platform</title>
<title>Answer | Free Open-source Q&A Platform</title>
</Head>
<main className='headerBg'>
<HomePageHeader />
Expand Down

0 comments on commit 1906a00

Please sign in to comment.