From 8b98e2331d7d1f83a27db3753040d9382c357573 Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Tue, 5 Jan 2016 17:00:24 -0500 Subject: Revert "move to docs/ folder" This reverts commit 283c5e7e4deeb33138e71f69127be9f2f2ddb30d. --- docs/extra.css | 19 ------------------- docs/index.md | 1 - docs/meta/changelog.md | 5 ----- docs/meta/collaborators.md | 8 -------- docs/technical.md | 19 ------------------- extra.css | 19 +++++++++++++++++++ index.md | 1 + meta/changelog.md | 5 +++++ meta/collaborators.md | 8 ++++++++ technical.md | 19 +++++++++++++++++++ 10 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 docs/extra.css delete mode 120000 docs/index.md delete mode 100644 docs/meta/changelog.md delete mode 100644 docs/meta/collaborators.md delete mode 100644 docs/technical.md create mode 100644 extra.css create mode 120000 index.md create mode 100644 meta/changelog.md create mode 100644 meta/collaborators.md create mode 100644 technical.md diff --git a/docs/extra.css b/docs/extra.css deleted file mode 100644 index b1f46c2..0000000 --- a/docs/extra.css +++ /dev/null @@ -1,19 +0,0 @@ -.wy-side-nav-search { - background-color: #35b44f; -} - -body { - font-size: 1em; -} - -code, .hljs-tag, .hljs-built_in, .hljs-tag .hljs-title, .hljs-rule .hljs-property, .django .hljs-tag, .hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status, .hljs-comment, .diff .hljs-header, .hljs-javadoc { - font-weight: normal; - font-style: normal; - color: #111; - font-size: 16px; -} - -h3, h4, h5, h6 { - color: #6A7380; - margin-top: 1em; -} diff --git a/docs/index.md b/docs/index.md deleted file mode 120000 index 42061c0..0000000 --- a/docs/index.md +++ /dev/null @@ -1 +0,0 @@ -README.md \ No newline at end of file diff --git a/docs/meta/changelog.md b/docs/meta/changelog.md deleted file mode 100644 index bbdd4b1..0000000 --- a/docs/meta/changelog.md +++ /dev/null @@ -1,5 +0,0 @@ -## Changelog - -### 7.1.1 and earlier - -These refer to the pre-1.0 versions of dat and are omitted. diff --git a/docs/meta/collaborators.md b/docs/meta/collaborators.md deleted file mode 100644 index dffc9bb..0000000 --- a/docs/meta/collaborators.md +++ /dev/null @@ -1,8 +0,0 @@ -## Collaborators - -dat is only possible due to the excellent work of the following collaborators: - - - - -
maxogdenGitHub/maxogden
mafintoshGitHub/mafintosh
karissaGitHub/karissa
diff --git a/docs/technical.md b/docs/technical.md deleted file mode 100644 index 3c68953..0000000 --- a/docs/technical.md +++ /dev/null @@ -1,19 +0,0 @@ -## Hidden folder - -Dat stores its data in a hidden folder that is stored by default in the user's home directory. - -``` -~/.dat -``` - -Because of this, data is only ever downloaded once. That is, if you have multiple projects that use the same data (perhaps at different versions) on the same machine, dat will first check the global `.dat` folder to see if the data has already been downloaded before querying the network. - -The global `.dat` folder has: - -``` -$ ls ~/.dat -db -config -``` - -`dat` will first check `/root/.dat` and then `~/.dat`. So, if you want to have the .dat available globally, move the folder to `/root/.dat`. diff --git a/extra.css b/extra.css new file mode 100644 index 0000000..b1f46c2 --- /dev/null +++ b/extra.css @@ -0,0 +1,19 @@ +.wy-side-nav-search { + background-color: #35b44f; +} + +body { + font-size: 1em; +} + +code, .hljs-tag, .hljs-built_in, .hljs-tag .hljs-title, .hljs-rule .hljs-property, .django .hljs-tag, .hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status, .hljs-comment, .diff .hljs-header, .hljs-javadoc { + font-weight: normal; + font-style: normal; + color: #111; + font-size: 16px; +} + +h3, h4, h5, h6 { + color: #6A7380; + margin-top: 1em; +} diff --git a/index.md b/index.md new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/index.md @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/meta/changelog.md b/meta/changelog.md new file mode 100644 index 0000000..bbdd4b1 --- /dev/null +++ b/meta/changelog.md @@ -0,0 +1,5 @@ +## Changelog + +### 7.1.1 and earlier + +These refer to the pre-1.0 versions of dat and are omitted. diff --git a/meta/collaborators.md b/meta/collaborators.md new file mode 100644 index 0000000..dffc9bb --- /dev/null +++ b/meta/collaborators.md @@ -0,0 +1,8 @@ +## Collaborators + +dat is only possible due to the excellent work of the following collaborators: + + + + +
maxogdenGitHub/maxogden
mafintoshGitHub/mafintosh
karissaGitHub/karissa
diff --git a/technical.md b/technical.md new file mode 100644 index 0000000..3c68953 --- /dev/null +++ b/technical.md @@ -0,0 +1,19 @@ +## Hidden folder + +Dat stores its data in a hidden folder that is stored by default in the user's home directory. + +``` +~/.dat +``` + +Because of this, data is only ever downloaded once. That is, if you have multiple projects that use the same data (perhaps at different versions) on the same machine, dat will first check the global `.dat` folder to see if the data has already been downloaded before querying the network. + +The global `.dat` folder has: + +``` +$ ls ~/.dat +db +config +``` + +`dat` will first check `/root/.dat` and then `~/.dat`. So, if you want to have the .dat available globally, move the folder to `/root/.dat`. -- cgit v1.2.3