Skip to content

Commit

Permalink
Merge chore/algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jan 2, 2019
2 parents 41172a6 + f9ccc72 commit c19a532
Show file tree
Hide file tree
Showing 4 changed files with 1,153 additions and 169 deletions.
5 changes: 4 additions & 1 deletion docs/.vuepress/config.js
Expand Up @@ -12,7 +12,10 @@ module.exports = {
sidebar: "auto",
ga: "UA-35240348-1",
apiUrl: "/api.json",

algolia: {
apiKey: 'f8a038207e461aaac0e2fd16403c2b01',
indexName: 'ts_ed',
},
locales: {
"/": {
label: "English",
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/ajv.md
Expand Up @@ -6,7 +6,8 @@ meta:
content: ts.ed express typescript ajv node.js javascript decorators jsonschema class models
---

# AJV <Badge text="beta" type="warn"/>
# AJV
<Badge text="beta" type="warn"/>

<Banner src="https://ajv.js.org/images/ajv_logo.png" href="https://ajv.js.org/" height="100" />

Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/typeorm.md
Expand Up @@ -5,7 +5,8 @@ meta:
- name: keywords
content: ts.ed express typescript typeorm node.js javascript decorators
---
# TypeORM <Badge text="beta" type="warn"/> <Badge text="Contributors are welcome" />
# TypeORM
<Badge text="beta" type="warn"/> <Badge text="Contributors are welcome" />

<Banner src="https://github.com/typeorm/typeorm/raw/master/resources/logo_big.png" href="https://typeorm.io/" height="128" />

Expand Down

0 comments on commit c19a532

Please sign in to comment.