Skip to content

Commit

Permalink
docs: remove unused pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Sep 19, 2024
1 parent 86c631c commit 38c3607
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PolarDB for PostgreSQL is an open source project based on PostgreSQL and other o
Here is a checklist to prepare and submit your PR (pull request):

- Create your own Github repository copy by forking `ApsaraDB/PolarDB-for-PostgreSQL`.
- Checkout documentations [Advanced Deployment](../deploying/deploy.md) for how to hack PolarDB-PG.
- Checkout documentations [Advanced Deployment](https://apsaradb.github.io/PolarDB-for-PostgreSQL/deploying/deploy.html) for how to hack PolarDB-PG.
- Run `make stylecheck` to format your code, and push changes to your personal fork.
- Edit detailed commit message, and create a PR to upstream.
- Wait for all CI checks to pass.
Expand All @@ -27,7 +27,7 @@ Here is a checklist to prepare and submit your PR (pull request):

### Coding Style

- Coding in C follows PostgreSQL's programing style, such as naming, error message format, control statements, length of lines, comment format, length of functions and global variables. In detail, please refer to [PostgreSQL style](https://www.postgresql.org/docs/15/source.html). Here is some highlines:
- Coding in C follows PostgreSQL's programing style, such as naming, error message format, control statements, length of lines, comment format, length of functions and global variables. In detail, please refer to [PostgreSQL style](https://www.postgresql.org/docs/current/source.html). Here is some highlines:

- Code in PostgreSQL should only rely on language features available in the C99 standard
- Do not use `//` for comments
Expand Down
2 changes: 1 addition & 1 deletion polar-doc/docs/.vuepress/configs/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export const en: NavbarConfig = [
text: "Contributing",
link: "/contributing/",
children: [
"/contributing/contributing-polardb-docs.html",
"/contributing/contributing-polardb-kernel.html",
"/contributing/contributing-polardb-docs.html",
"/contributing/coding-style.html",
"/contributing/trouble-issuing.html",
],
Expand Down
2 changes: 1 addition & 1 deletion polar-doc/docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export const zh: NavbarConfig = [
text: "参与社区",
link: "/zh/contributing/",
children: [
"/zh/contributing/contributing-polardb-docs.html",
"/zh/contributing/contributing-polardb-kernel.html",
"/zh/contributing/contributing-polardb-docs.html",
"/zh/contributing/coding-style.html",
"/zh/contributing/trouble-issuing.md",
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 38c3607

Please sign in to comment.