Skip to content

Commit

Permalink
docs: Update vuepress-theme version
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jan 13, 2020
1 parent d3bee8e commit b86801b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
7 changes: 4 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
module.exports = {
title: "Ts.ED - A Node.jsc Framework on top of Express.",
description: "A Node.js Framework and TypeScript on top of Express. It provides a lot of decorators and guidelines to write your code.",
title: 'Ts.ED - A Node.js and TypeScript Framework on top of Express.',
description: "A Node.js and TypeScript Framework on top of Express. It provides a lot of decorators and guidelines to write your code.",
serviceWorker: false,
theme: "tsed",
themeConfig: {
shortTitle: "Ts.ED",
version: require("../../package").version,
repo: "TypedProject/ts-express-decorators",
repo: "TypedProject/tsed",
openCollective: "tsed",
gitterUrl: "https://gitter.im/Tsed-io/community",
editLinks: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ actionLink: /getting-started.html
repoText: Github
repoLink: https://github.com/TypedProject/ts-express-decorators
heroText: Ts.ED
heroDescription: A Node.js Framework on top of Express
heroDescription: A Node.js and TypeScript Framework on top of Express
heroTerms:
- Decorators
- Rest API
- Dependency Injection
- Controller
testimonial:
title: What is it ?
details: Ts.ED is a node.js framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
details: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
features:
- title: Rest API
details: Create your Rest API easily and create different version path of your API
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"typeorm": "0.2.20",
"typescript": "3.5.3",
"vue-analytics": "5.17.2",
"vuepress-theme-tsed": "2.1.9",
"vuepress-theme-tsed": "2.1.11",
"semver": "latest"
},
"directories": {
Expand All @@ -177,4 +177,4 @@
"packages/*"
]
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15591,10 +15591,10 @@ vuepress-plugin-smooth-scroll@^0.0.3:
dependencies:
smoothscroll-polyfill "^0.4.3"

vuepress-theme-tsed@2.1.9:
version "2.1.9"
resolved "https://registry.yarnpkg.com/vuepress-theme-tsed/-/vuepress-theme-tsed-2.1.9.tgz#3e24f99be570b2949f419bd530fd6b257c4bb771"
integrity sha512-i74AHMYbgVixGsq+a/V2NxAvPIxdpIe6mSQ5qIzejbyPIsLrj1d9Dp0QM5mIS0RoA/41L1cb2SEZjuDCvXLSNA==
vuepress-theme-tsed@2.1.11:
version "2.1.11"
resolved "https://registry.yarnpkg.com/vuepress-theme-tsed/-/vuepress-theme-tsed-2.1.11.tgz#73c9bad7c3091a3cca8bf12cbb547b25878ae088"
integrity sha512-6JiriqmKhh6bKmWPVewp16b39wMnGxkTm/MdT98Q2vUanPpXplghN1mowlcjHTvUOOoWgHPU6knUwjWkbrw2SA==
dependencies:
"@vuepress/plugin-active-header-links" "1.2.0"
"@vuepress/plugin-nprogress" "1.2.0"
Expand Down

0 comments on commit b86801b

Please sign in to comment.