Skip to content

Commit 50ac44a

Browse files
authored
Merge pull request #1 from Vectorly/chore/ch3436/redo-website
Redo Website
2 parents 590831c + 83d89a1 commit 50ac44a

File tree

1,939 files changed

+196301
-8487
lines changed

Some content is hidden

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

1,939 files changed

+196301
-8487
lines changed

Gruntfile.js

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function (grunt) {
2929
files: [
3030
{
3131
expand: true,
32-
cwd: 'site',
32+
cwd: 'src',
3333
src: ['**', '!**/*~'],
3434
dest: 'docs'
3535
}
@@ -43,29 +43,7 @@ module.exports = function (grunt) {
4343

4444

4545

46-
47-
grunt.registerTask('build', 'runs mkdocs build', function () {
48-
49-
var done = this.async();
50-
51-
52-
exec('mkdocs build --clean', {}, function (err, stdout, stderr) {
53-
54-
if(err) return grunt.fail.warn(err);
55-
56-
if(stderr) grunt.log.error(stderr);
57-
58-
grunt.log.write(stdout);
59-
60-
done();
61-
62-
});
63-
64-
});
65-
66-
67-
68-
grunt.registerTask('push', ['build', 'aws_s3:docs']);
46+
grunt.registerTask('push', ['aws_s3:docs']);
6947

7048

7149

cinder/404.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

cinder/__init__.py

Whitespace-only changes.

cinder/base.html

Lines changed: 0 additions & 129 deletions
This file was deleted.

cinder/content.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

cinder/css/base.css

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)