From 9a1b7f8afd0b0ee226321b35cd6907c81618ab12 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Sun, 30 Sep 2018 13:12:29 +0700 Subject: [PATCH 1/8] :memo: Remove unnecessary site configs --- website/siteConfig.js | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 389d11a77..b5b02c448 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -1,25 +1,5 @@ 'use strict' -/* List of artists used for the /music.html page */ -/* TODO: Fetch from the artists.json file dynamically */ -const artists = [ - { - name: '5argon vs encX', - url: 'https://soundcloud.com/5argon', - pinned: true - }, - { - name: '5argon', - url: 'https://soundcloud.com/5argon', - pinned: true - }, - { - name: 'a_hisa', - url: 'http://hisaweb.6.ql.bz/', - pinned: true - } -] - const siteConfig = { title: 'Bemuse' /* title for your website */, tagline: 'online, web-based rhythm game', @@ -34,7 +14,6 @@ const siteConfig = { { href: 'https://discord.gg/aB6ucmx', label: 'Discord' }, { href: 'https://github.com/bemusic/bemuse', label: 'GitHub' } ], - artists, /* path to images for header/footer */ headerIcon: 'img/white-logo.png', footerIcon: 'img/white-logo.png', From 446697920f788a69aff306898672e2763df39dc1 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Sun, 30 Sep 2018 13:39:16 +0700 Subject: [PATCH 2/8] :docs: Updated code blocks, format markdown files through prettier --- docs/colors.md | 4 ---- docs/developer-guide.md | 12 +++++----- docs/faq.md | 4 ++-- docs/music-server.md | 28 ++++++++++++----------- docs/scoring-and-judgment.md | 14 ++++++------ docs/skinning.md | 44 ++++++++++++++++++++---------------- docs/user-guide.md | 36 ++++++++++++++--------------- 7 files changed, 73 insertions(+), 69 deletions(-) diff --git a/docs/colors.md b/docs/colors.md index f0baada72..e301fa6ab 100644 --- a/docs/colors.md +++ b/docs/colors.md @@ -12,13 +12,9 @@ These are the colors used throughout the project. - **Gold** is used on the stars separating the words “beat”, “music” and “sequence.”
- -
-
-