Skip to content

Commit

Permalink
Fixed up the documentation with a nice log
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 10, 2023
1 parent 2b733f3 commit 0b46cb0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Extended Collections


Documentation hosted on https://byronmayne.github.io/Extended.Collections/




<a href="https://www.flaticon.com/free-icons/extendable" title="extendable icons">Extendable icons created by Freepik - Flaticon</a>
16 changes: 14 additions & 2 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,27 @@ const darkCodeTheme = require('prism-react-renderer/themes/oceanicNext');
const config = {
title: 'Extended.Collections',
tagline: 'The missing C# collections you did not know you needed',
favicon: 'img/favicon.ico',
favicon: 'favicon.ico',
url: 'https://github.com',
baseUrl: '/Extended.Collections/',
baseUrl: '/',
organizationName: 'ByronMayne',
projectName: 'Extended.Collections', // Usually your repo name.
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
staticDirectories: [
'static',
'public'
],
themeConfig: {
navbar: {
title: "Extended Collections",
logo: {
src: '/img/icon.png',
width: 32,
height: 32,
}
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
Expand Down
Binary file added docusaurus/static/favicon.ico
Binary file not shown.
Binary file added docusaurus/static/img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon.png
Loading
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 0b46cb0

Please sign in to comment.