aboutsummaryrefslogtreecommitdiff
path: root/docs/src/doc
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2021-08-12 14:49:26 +0200
committerMarcin Aman <marcin.aman@gmail.com>2021-08-12 14:49:26 +0200
commit79463f06a953de2f2c2ec877f34deaed658b3471 (patch)
tree377dea8c152d5afd01c2a3e979154688e90473c2 /docs/src/doc
parent7cd0164426a6527b9bbb39d441f9bbdf28db45f3 (diff)
downloaddokka-79463f06a953de2f2c2ec877f34deaed658b3471.tar.gz
dokka-79463f06a953de2f2c2ec877f34deaed658b3471.tar.bz2
dokka-79463f06a953de2f2c2ec877f34deaed658b3471.zip
Remove unused components, docs, change icon to new kotlin logo and add hamburger for mobile
Diffstat (limited to 'docs/src/doc')
-rw-r--r--docs/src/doc/docs/user_guide/base-specific/frontend.md14
1 files changed, 1 insertions, 13 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 62f72af1..dc1b0c2e 100644
--- a/docs/src/doc/docs/user_guide/base-specific/frontend.md
+++ b/docs/src/doc/docs/user_guide/base-specific/frontend.md
@@ -24,7 +24,6 @@ Dokka uses 3 stylesheets:
* `style.css` - main css file responsible for styling the page
* `jetbrains-mono.css` - fonts used across dokka
-* `logo-styles.css` - logo styling
User can choose to add or override those files.
Resources will be overridden when in `pluginConfiguration` block there is a resource with the same name.
@@ -37,15 +36,4 @@ Keep in mind that this value will be pased exactly to the output html, so it has
## Separating inherited members
By setting a boolean property `separateInheritedMembers` dokka will split inherited members (like functions, properties etc.)
-from ones declared in viewed class. Separated members will have it's own tabs on the page.
-
-### Examples
-In order to override a logo and style it accordingly a simple css file named `logo-styles.css` is needed:
-```css
-#logo {
- background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Ubuntu_logo.svg');
- /* other styles required to make your page pretty */
-}
-```
-
-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)
+from ones declared in viewed class. Separated members will have it's own tabs on the page. \ No newline at end of file