docs(site): i18n handler, prettier code blocks and highlighting (#951)

* fix: sirv, commonjs plugin, add rollup sig

* replace deprecated rollup plugins

* remove dollarsign

* fix i18n setting, code snippet styling, lng switch

* fix segment, rm unused styles
This commit is contained in:
Max Peintner
2020-11-11 16:12:09 +01:00
committed by GitHub
parent 8dbf0cfee0
commit b5a7263124
8 changed files with 39 additions and 22 deletions

View File

@@ -15,6 +15,8 @@ This flow has great support with most modern languages and frameworks and is the
#### Typescript Authentication Example
---
If you use a framework like Angular, Vue, React, ... you can use this code snippet here to integrate **ZITADEL** into you application
Library used for this example [https://github.com/IdentityModel/oidc-client-js](https://github.com/IdentityModel/oidc-client-js)
@@ -60,3 +62,5 @@ export default class AuthService {
}
}
```
---