Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Fix/docs logo (#51)
Browse files Browse the repository at this point in the history
* Setup docs

* use proper image for rtv

* Remove extra directory

* Revert gitignore
  • Loading branch information
sanchitgera committed Nov 22, 2018
1 parent 5a682bf commit 53c094c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 80 deletions.
58 changes: 0 additions & 58 deletions static/css/custom.css

This file was deleted.

Binary file removed static/img/favicon.png
Binary file not shown.
Binary file removed static/img/ml.png
Binary file not shown.
14 changes: 0 additions & 14 deletions static/index.html

This file was deleted.

12 changes: 6 additions & 6 deletions website/siteConfig.js
Expand Up @@ -12,12 +12,12 @@ const siteConfig = {
{ doc: 'overview', label: 'Docs' },
{ href: "https://github.com/tophat/RichTextView", label: "GitHub" },
],
headerIcon: 'img/ml.png',
footerIcon: 'img/ml.png',
headerIcon: 'img/rtv.png',
footerIcon: 'img/rtv.png',
favicon: 'img/favicon.png',
colors: {
primaryColor: '#3471c5',
secondaryColor: '#f9316d',
primaryColor: '#934af4',
secondaryColor: '#934af4',
},
customDocsPath: 'docs',
gaTrackingId: '',
Expand All @@ -35,8 +35,8 @@ const siteConfig = {
cleanUrl: true, // No .html extensions for paths.

// Open Graph and Twitter card images.
ogImage: 'img/ml.png',
twitterImage: 'img/ml.png',
ogImage: 'img/rtv.png',
twitterImage: 'img/rtv.png',

// Show documentation's last contributor's name.
enableUpdateBy: true,
Expand Down
4 changes: 2 additions & 2 deletions website/static/css/custom.css
Expand Up @@ -43,7 +43,7 @@ article p img, article iframe {
.navigationSlider .slidingNav ul li.siteNavItemActive a,
.navigationSlider .slidingNav ul li.siteNavGroupActive a
{
color: #3471c5 !important;
color: #934af4 !important;
background: #fff !important;
}

Expand All @@ -54,5 +54,5 @@ article p img, article iframe {

.navigationSlider .slidingNav ul li a:hover {
background: #fff !important;
color: #3471c5 !important;
color: #934af4 !important;
}
Binary file modified website/static/img/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/img/ml.png
Binary file not shown.
Binary file added website/static/img/rtv.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53c094c

Please sign in to comment.