From 7d6daa8df4d70859fe6cd82750508ee9ab40437a Mon Sep 17 00:00:00 2001 From: Suraj Sahani Date: Mon, 12 Jul 2021 20:50:49 +0530 Subject: Changing from intellij to intelliJ (#2020) changing to uppercase. --- docs/src/doc/docs/user_guide/base-specific/frontend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/doc/docs/user_guide/base-specific/frontend.md b/docs/src/doc/docs/user_guide/base-specific/frontend.md index f6155085..62f72af1 100644 --- a/docs/src/doc/docs/user_guide/base-specific/frontend.md +++ b/docs/src/doc/docs/user_guide/base-specific/frontend.md @@ -3,7 +3,7 @@ ## Prerequisites Dokka's Html format requires a web server to view documentation correctly. -This can be achieved by using the one that is build in Intellij or providing your own. +This can be achieved by using the one that is build in IntelliJ or providing your own. If this requisite is not fulfilled Dokka with fail to load navigation pane and search bars. !!! important @@ -48,4 +48,4 @@ In order to override a logo and style it accordingly a simple css file named `lo } ``` -For build system specific instructions please visit dedicated pages: [gradle](../gradle/usage.md#Applying plugins), [maven](../maven/usage.md#Applying plugins) and [cli](../cli/usage.md#Configuration options) \ No newline at end of file +For build system specific instructions please visit dedicated pages: [gradle](../gradle/usage.md#Applying plugins), [maven](../maven/usage.md#Applying plugins) and [cli](../cli/usage.md#Configuration options) -- cgit