diff --git a/docs/contributing.md b/docs/contributing.md index 5c5b2d1a..090c106c 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -20,7 +20,7 @@ Dashy now has a [Showcase](https://github.com/Lissy93/dashy/blob/master/docs/sho ## Improve the Docs Found a typo, or something that isn't as clear as it could be? Maybe I've missed something off altogether, or you hit a roadblock that took you a while to figure out. Submitting a pull request to add to or improve the documentation will help future users get Dashy up and running more easily. -All content is located either in the [`./README.md`](/README) or [`/docs/`](/docs) directory, and synced to the Wiki and website using a GH [action](/actions/workflows/wiki-sync.yml). +All content is located either in the README or [`/docs/`](/docs) directory, and synced to the Wiki and website using a GH action (workflows/wiki-sync.yml). ## Raise a bug If you've found a bug, then please do raise it as an issue. This will help me know if there's something that needs fixing. Try and include as much detail as possible, such as your environment, steps to reproduce, any console output and maybe an example screenshot or recording if necessary. diff --git a/docs/quick-start.md b/docs/quick-start.md index 426f074c..91f77892 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -123,6 +123,6 @@ Then edit `./public/conf.yml` and rebuild the app with `yarn build` Don't have a server? No problem! You can run Dashy for free on Netlify (as well as many [other cloud providers](/docs/deployment#deploy-to-cloud-service)). All you need it a GitHub account. 1. Fork Dashy's repository on GitHub -2. [Log in](app.netlify.com/login/) to Netlify with GitHub +2. [Log in](https://app.netlify.com/login/) to Netlify with GitHub 3. Click "New site from Git" and select your forked repo, then click **Deploy**! 4. You can then edit the config in `./public/conf.yml` in your repo, and Netlify will rebuild the app diff --git a/docs/readme.md b/docs/readme.md index 5267c887..631e4fb8 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -26,7 +26,7 @@ ### Misc - [Privacy & Security](/docs/privacy) - List of requests, potential issues, and security resources -- [License](/LICENSE) - Copy of the MIT License -- [Legal](/.github/LEGAL) - Licenses of direct dependencies -- [Code of Conduct](/.github/CODE_OF_CONDUCT) - Contributor Covenant Code of Conduct -- [Changelog](/.github/CHANGELOG) - Details of recent changes, and historical versions +- [License](/docs/license) - Copy of the MIT License +- [Legal](https://github.com/Lissy93/dashy/blob/master/.github/LEGAL.md) - Licenses of direct dependencies +- [Code of Conduct](/docs/code-of-conduct) - Contributor Covenant Code of Conduct +- [Changelog](/docs/changelog) - Details of recent changes, and historical versions diff --git a/src/components/HomePageHeader.js b/src/components/HomePageHeader.js index 759de541..6fbf4b3d 100644 --- a/src/components/HomePageHeader.js +++ b/src/components/HomePageHeader.js @@ -39,7 +39,7 @@ export default function HomepageHeader() { {!showMore ? 'Keep Reading...' : 'Show Less'} - {(!showMore && document.body.scrollTop === 0) && + {(!showMore) && Feature List diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index bf323a71..414b5f12 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -28,7 +28,7 @@ const FeatureList = [ ), link: '/docs/theming', icon: (), - demo: '../../static/img/homepage-assets/theme-slideshow.gif', + demo: '/img/homepage-assets/theme-slideshow.gif', }, { title: 'Icons', @@ -53,7 +53,7 @@ const FeatureList = [ ), link: '/docs/status-indicators', icon: (), - demo: '../../static/img/homepage-assets/status-check-demo.gif', + demo: '/img/homepage-assets/status-check-demo.gif', }, { title: 'Authentication', @@ -78,7 +78,7 @@ const FeatureList = [ ), link: '/docs/alternate-views', icon: (), - demo: '../../static/img/homepage-assets/workspace-demo.gif', + demo: '/img/homepage-assets/workspace-demo.gif', }, { title: 'Launching Methods', @@ -105,7 +105,7 @@ const FeatureList = [ ), link: '/docs/searching', icon: (), - demo: '../../static/img/homepage-assets/searching-demo.gif', + demo: '/img/homepage-assets/searching-demo.gif', }, { title: 'Cloud Backup & Sync', @@ -130,7 +130,7 @@ const FeatureList = [ ), link: '/docs/configuring', icon: (), - demo: '../../static/img/homepage-assets/config-editor-demo.gif', + demo: '/img/homepage-assets/config-editor-demo.gif', }, { title: 'Multi-Language Support',