Skip to content

Commit 8939886

Browse files
authored
Move website to master branch (#353)
* using lerna for monorepo management * code is now in the packages folder * website root is the docs folder * docs from the gh-pages branch have been relocated under the docs folder * all tooling and build processes work with the new folder structure
1 parent 2b5978c commit 8939886

File tree

601 files changed

+82581
-15301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+82581
-15301
lines changed

.gitignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
node_modules/
2-
debug/
1+
node_modules
32
web.config
4-
CONTRIBUTING.md
53
*.sln
6-
/.vs
7-
/.vscode
8-
/docs/api/assets
4+
.vs
5+
.vscode
6+
docs/docs/api/assets
97
debug.log
10-
/target/project.json
8+
packages/docs/dist
9+
packages/maker.js/debug
10+
packages/maker.js/dist
1111
Gemfile
1212
Gemfile.lock
1313
_site
14+
.jekyll-metadata

docs/BingSiteAuth.xml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0"?>
2+
<users>
3+
<user>78B3581517AF73800FFACE66CEF8194A</user>
4+
</users>

docs/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
maker.js.org

docs/_config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
url: http://maker.js.org
2+
encoding: utf-8
3+
exclude: ['docs/_build/typedoc-theme']
4+
collections:
5+
- snippets

0 commit comments

Comments
 (0)