Skip to content

Commit 2015fa0

Browse files
authored
Docs - Change favicon and add logo (#3651)
* Change favicon and add logo * replace favicon
1 parent f874994 commit 2015fa0

File tree

7 files changed

+3
-6
lines changed

7 files changed

+3
-6
lines changed

docuilib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uilib-docs",
3-
"version": "3.17.0",
3+
"version": "3.18.0",
44
"main": "./src/index.ts",
55
"scripts": {
66
"docusaurus": "docusaurus",

docuilib/sidebars.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
The sidebars can be generated from the filesystem, or explicitly defined here.
88
99
Create as many sidebars as you want.
10+
11+
By default, Docusaurus generates a sidebar from the docs folder structure
1012
*/
1113

1214
const componentsCategories = {
13-
// foundation: 'Foundation',
14-
// assets: 'Assets',
1515
basic: 'Basic',
1616
navigation: 'Navigation',
1717
layout: 'Layout',
@@ -28,8 +28,6 @@ const componentsCategories = {
2828
};
2929

3030
module.exports = {
31-
// By default, Docusaurus generates a sidebar from the docs folder structure
32-
// tutorialSidebar: [{type: 'autogenerated', dirName: '.'}]
3331
guidesSidebar: [
3432
{
3533
type: 'category',

docuilib/static/img/docusaurus.png

-5.02 KB
Binary file not shown.

docuilib/static/img/favicon.ico

-14.6 KB
Binary file not shown.

docuilib/static/img/logo.png

-5.56 KB
Binary file not shown.

docuilib/static/img/logo.svg

-1
This file was deleted.

docuilib/static/img/logo_mads.png

7.5 KB
Loading

0 commit comments

Comments
 (0)