Skip to content

Commit

Permalink
update repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
yingang committed Feb 27, 2024
1 parent dc86fa4 commit da8a826
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build and Deploy](https://github.com/yingang/A-Philosophy-of-Software-Design-zh/actions/workflows/CI.yml/badge.svg)](https://github.com/yingang/A-Philosophy-of-Software-Design-zh/actions/workflows/CI.yml)
[![Build and Deploy](https://github.com/yingang/aposd-zh/actions/workflows/CI.yml/badge.svg)](https://github.com/yingang/aposd-zh/actions/workflows/CI.yml)
# 《软件设计的哲学》中文翻译

在线阅读:https://yingang.github.io/A-Philosophy-of-Software-Design-zh/
在线阅读:https://yingang.github.io/aposd-zh/

<div style="inline">
<img src="./docs/cover.jpeg" width="210px" height="280px" />
Expand Down Expand Up @@ -52,7 +52,7 @@


```sh
git clone https://github.com/yingang/A-Philosophy-of-Software-Design-zh.git
git clone https://github.com/yingang/aposd.git
cd A-Philosophy-of-Software-Design-zh/
yarn install # 安装 VuePress@next
yarn dev # 编译并打开网页预览
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defaultTheme } from '@vuepress/theme-default'
module.exports = {
bundler: viteBundler({}),

base: "/A-Philosophy-of-Software-Design-zh/",
base: "/aposd-zh/",

locales: {
'/': {
Expand All @@ -18,8 +18,8 @@ module.exports = {
},

theme: defaultTheme({
repo: "yingang/A-Philosophy-of-Software-Design-zh",
docsRepo: "yingang/A-Philosophy-of-Software-Design-zh",
repo: "yingang/aposd-zh",
docsRepo: "yingang/aposd-zh",
docsBranch: "main",
docsDir: "docs",
contributors: false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "A-Philosophy-of-Software-Design-zh",
"repository": "https://github.com/yingang/A-Philosophy-of-Software-Design-zh.git",
"name": "aposd-zh",
"repository": "https://github.com/yingang/aposd-zh.git",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs --open --host 127.0.0.1",
Expand Down

0 comments on commit da8a826

Please sign in to comment.