mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
docs(examples): adds java spring boot examples (#7226)
* docs(examples): adds java spring boot examples * add code highlighting for java and php * Apply suggestions from code review Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> * update references --------- Co-authored-by: Silvan <silvan.reusser@gmail.com> Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
@@ -178,7 +178,7 @@ module.exports = {
|
||||
selector: "div#",
|
||||
},
|
||||
prism: {
|
||||
additionalLanguages: ["csharp", "dart", "groovy", "regex"],
|
||||
additionalLanguages: ["csharp", "dart", "groovy", "regex", "java", "php"],
|
||||
},
|
||||
colorMode: {
|
||||
defaultMode: "dark",
|
||||
|
Reference in New Issue
Block a user