-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!doctype html><html class="no-js" lang="en_EN"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><title>Chord Chart Studio</title><meta name="description" content="Build chord charts easily for all musicians. The official editor of ChordMark."><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Mono:400,700" rel="stylesheet"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><link rel="“icon”" href="”favicon.ico”" type="“image/x-icon”"><script async src="https://www.googletagmanager.com/gtag/js?id=G-EGKBT2J600"></script><script>window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-EGKBT2J600');</script><link rel="icon" href="app/favicon.ico"><script defer="defer" src="app/vendors.7a8eb226bb99dbbd948d.js"></script><script defer="defer" src="app/main.7a8eb226bb99dbbd948d.js"></script><link href="app/css/main.7a8eb226bb99dbbd948d.css" rel="stylesheet"></head><body><div id="app" class="theme-dark"></div></body></html> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default () => ({'chord-chart-studio':'v0.13.0','chord-symbol':'3.0.0','chord-mark':'v0.11.0'}); |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
"name": "documentation", | ||
"version": "0.13.0", | ||
"private": true, | ||
"description": "Chord Charts Studio documentation", | ||
"description": "Chord Chart Studio documentation", | ||
"author": "Christophe Noël <[email protected]>", | ||
"homepage": "https://github.com/no-chris/chord-charts-studio/tree/main/packages/documentation#readme", | ||
"homepage": "https://github.com/no-chris/chord-chart-studio/tree/main/packages/documentation#readme", | ||
"license": "MIT", | ||
"main": "lib/documentation.js", | ||
"directories": { | ||
|
@@ -16,12 +16,12 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/no-chris/chord-charts-studio.git" | ||
"url": "git+https://github.com/no-chris/chord-chart-studio.git" | ||
}, | ||
"scripts": { | ||
"docusaurus": "docusaurus", | ||
"start": "docusaurus start --poll", | ||
"build": "docusaurus build && cp -rf ../chord-charts-studio/build/* build/app", | ||
"build": "docusaurus build && cp -rf ../chord-chart-studio/build/* build/app", | ||
"swizzle": "docusaurus swizzle", | ||
"deploy": "docusaurus deploy", | ||
"clear": "docusaurus clear", | ||
|
@@ -30,7 +30,7 @@ | |
"write-heading-ids": "docusaurus write-heading-ids" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/no-chris/chord-charts-studio/issues" | ||
"url": "https://github.com/no-chris/chord-chart-studio/issues" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/core": "^2.0.0-beta.14", | ||
|
Large diffs are not rendered by default.