You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2019/12/27 09:48:06 UTC

[incubator-nuttx-website] 38/48: move jekyll files into the docs folder

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git

commit 6a9a48e3c91db2c660c7638fb9f963c7ce6e1da5
Author: hans <hl...@me.com>
AuthorDate: Thu Dec 26 17:43:41 2019 +0800

    move jekyll files into the docs folder
    
    Signed-off-by: hans <hl...@me.com>
---
 .gitignore                                         |  27 +++------------------
 apache-website-template.iml                        |   9 -------
 .gitignore => docs/.gitignore                      |   0
 Gemfile => docs/Gemfile                            |   0
 _config.yml => docs/_config.yml                    |   0
 {_data => docs/_data}/contributors.yml             |   0
 {_data => docs/_data}/project.yml                  |   0
 {_includes => docs/_includes}/JB/analytics         |   0
 .../_includes}/JB/analytics-providers/getclicky    |   0
 .../JB/analytics-providers/google-classic          |   0
 .../JB/analytics-providers/google-universal        |   0
 .../_includes}/JB/analytics-providers/mixpanel     |   0
 .../_includes}/JB/analytics-providers/piwik        |   0
 {_includes => docs/_includes}/JB/categories_list   |   0
 {_includes => docs/_includes}/JB/comments          |   0
 .../_includes}/JB/comments-providers/disqus        |   0
 .../_includes}/JB/comments-providers/facebook      |   0
 .../_includes}/JB/comments-providers/intensedebate |   0
 .../_includes}/JB/comments-providers/livefyre      |   0
 {_includes => docs/_includes}/JB/liquid_raw        |   0
 {_includes => docs/_includes}/JB/pages_list        |   0
 {_includes => docs/_includes}/JB/posts_collate     |   0
 {_includes => docs/_includes}/JB/setup             |   0
 {_includes => docs/_includes}/JB/sharing           |   0
 {_includes => docs/_includes}/JB/tags_list         |   0
 .../_includes}/themes/apache/_navigation.html      |   0
 .../_includes}/themes/apache/default.html          |   0
 .../_includes}/themes/apache/footer.html           |   0
 .../_includes}/themes/apache/page.html             |   0
 .../_includes}/themes/apache/post.html             |   0
 .../_includes}/themes/apache/settings.yml          |   0
 {_layouts => docs/_layouts}/default.html           |   0
 {_layouts => docs/_layouts}/page.html              |   0
 {_layouts => docs/_layouts}/post.html              |   0
 {_posts => docs/_posts}/2019-12-19-hello.md        |   0
 {_sass => docs/_sass}/_base.scss                   |   0
 {_sass => docs/_sass}/_layout.scss                 |   0
 {_sass => docs/_sass}/_syntax-highlighting.scss    |   0
 .../apache/bootstrap/css/bootstrap-theme.css       |   0
 .../apache/bootstrap/css/bootstrap-theme.min.css   |   0
 .../themes/apache/bootstrap/css/bootstrap.css      |   0
 .../fonts/glyphicons-halflings-regular.eot         | Bin
 .../fonts/glyphicons-halflings-regular.svg         |   0
 .../fonts/glyphicons-halflings-regular.ttf         | Bin
 .../fonts/glyphicons-halflings-regular.woff        | Bin
 .../bootstrap/img/glyphicons-halflings-white.png   | Bin
 .../apache/bootstrap/img/glyphicons-halflings.png  | Bin
 .../themes/apache/bootstrap/js/bootstrap.js        |   0
 .../themes/apache/bootstrap/js/bootstrap.min.js    |   0
 .../assets}/themes/apache/css/style.css            |   0
 .../assets}/themes/apache/css/syntax.css           |   0
 .../assets}/themes/apache/img/body-bg.jpg          | Bin
 .../img/docs-img/lens-interpreter-binding.png      | Bin
 .../img/docs-img/lens-interpreter-setting.png      | Bin
 .../themes/apache/img/docs-img/lens-logo.png       | Bin
 .../themes/apache/img/docs-img/lens-result.png     | Bin
 .../themes/apache/img/docs-img/lens-ui-service.png | Bin
 .../assets}/themes/apache/img/egg-logo.png         | Bin
 .../assets}/themes/apache/img/header-bg.jpg        | Bin
 .../assets}/themes/apache/img/highlight-bg.jpg     | Bin
 {assets => docs/assets}/themes/apache/img/logo.png | Bin
 .../assets}/themes/apache/img/sidebar-bg.jpg       | Bin
 .../assets}/themes/apache/jquery/jquery-2.1.1.js   |   0
 .../themes/apache/jquery/jquery-2.1.1.min.js       |   0
 community-members.md => docs/community-members.md  |   0
 community.md => docs/community.md                  |   0
 {css => docs/css}/main.scss                        |   0
 download.md => docs/download.md                    |   0
 feed.xml => docs/feed.xml                          |   0
 history.md => docs/history.md                      |   0
 index.md => docs/index.md                          |   0
 71 files changed, 4 insertions(+), 32 deletions(-)

diff --git a/.gitignore b/.gitignore
index 10bb84a..f1b1333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,28 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to you under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
+.idea
 .sass-cache
-Gemfile.lock
-
-# generated site
-target
-
-# vendor gems
-vendor
+.jekyll-metadata
+*.iml
+*~
 
-.bundle
diff --git a/apache-website-template.iml b/apache-website-template.iml
deleted file mode 100644
index 8021953..0000000
--- a/apache-website-template.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
-    <exclude-output />
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-</module>
\ No newline at end of file
diff --git a/.gitignore b/docs/.gitignore
similarity index 100%
copy from .gitignore
copy to docs/.gitignore
diff --git a/Gemfile b/docs/Gemfile
similarity index 100%
rename from Gemfile
rename to docs/Gemfile
diff --git a/_config.yml b/docs/_config.yml
similarity index 100%
rename from _config.yml
rename to docs/_config.yml
diff --git a/_data/contributors.yml b/docs/_data/contributors.yml
similarity index 100%
rename from _data/contributors.yml
rename to docs/_data/contributors.yml
diff --git a/_data/project.yml b/docs/_data/project.yml
similarity index 100%
rename from _data/project.yml
rename to docs/_data/project.yml
diff --git a/_includes/JB/analytics b/docs/_includes/JB/analytics
similarity index 100%
rename from _includes/JB/analytics
rename to docs/_includes/JB/analytics
diff --git a/_includes/JB/analytics-providers/getclicky b/docs/_includes/JB/analytics-providers/getclicky
similarity index 100%
rename from _includes/JB/analytics-providers/getclicky
rename to docs/_includes/JB/analytics-providers/getclicky
diff --git a/_includes/JB/analytics-providers/google-classic b/docs/_includes/JB/analytics-providers/google-classic
similarity index 100%
rename from _includes/JB/analytics-providers/google-classic
rename to docs/_includes/JB/analytics-providers/google-classic
diff --git a/_includes/JB/analytics-providers/google-universal b/docs/_includes/JB/analytics-providers/google-universal
similarity index 100%
rename from _includes/JB/analytics-providers/google-universal
rename to docs/_includes/JB/analytics-providers/google-universal
diff --git a/_includes/JB/analytics-providers/mixpanel b/docs/_includes/JB/analytics-providers/mixpanel
similarity index 100%
rename from _includes/JB/analytics-providers/mixpanel
rename to docs/_includes/JB/analytics-providers/mixpanel
diff --git a/_includes/JB/analytics-providers/piwik b/docs/_includes/JB/analytics-providers/piwik
similarity index 100%
rename from _includes/JB/analytics-providers/piwik
rename to docs/_includes/JB/analytics-providers/piwik
diff --git a/_includes/JB/categories_list b/docs/_includes/JB/categories_list
similarity index 100%
rename from _includes/JB/categories_list
rename to docs/_includes/JB/categories_list
diff --git a/_includes/JB/comments b/docs/_includes/JB/comments
similarity index 100%
rename from _includes/JB/comments
rename to docs/_includes/JB/comments
diff --git a/_includes/JB/comments-providers/disqus b/docs/_includes/JB/comments-providers/disqus
similarity index 100%
rename from _includes/JB/comments-providers/disqus
rename to docs/_includes/JB/comments-providers/disqus
diff --git a/_includes/JB/comments-providers/facebook b/docs/_includes/JB/comments-providers/facebook
similarity index 100%
rename from _includes/JB/comments-providers/facebook
rename to docs/_includes/JB/comments-providers/facebook
diff --git a/_includes/JB/comments-providers/intensedebate b/docs/_includes/JB/comments-providers/intensedebate
similarity index 100%
rename from _includes/JB/comments-providers/intensedebate
rename to docs/_includes/JB/comments-providers/intensedebate
diff --git a/_includes/JB/comments-providers/livefyre b/docs/_includes/JB/comments-providers/livefyre
similarity index 100%
rename from _includes/JB/comments-providers/livefyre
rename to docs/_includes/JB/comments-providers/livefyre
diff --git a/_includes/JB/liquid_raw b/docs/_includes/JB/liquid_raw
similarity index 100%
rename from _includes/JB/liquid_raw
rename to docs/_includes/JB/liquid_raw
diff --git a/_includes/JB/pages_list b/docs/_includes/JB/pages_list
similarity index 100%
rename from _includes/JB/pages_list
rename to docs/_includes/JB/pages_list
diff --git a/_includes/JB/posts_collate b/docs/_includes/JB/posts_collate
similarity index 100%
rename from _includes/JB/posts_collate
rename to docs/_includes/JB/posts_collate
diff --git a/_includes/JB/setup b/docs/_includes/JB/setup
similarity index 100%
rename from _includes/JB/setup
rename to docs/_includes/JB/setup
diff --git a/_includes/JB/sharing b/docs/_includes/JB/sharing
similarity index 100%
rename from _includes/JB/sharing
rename to docs/_includes/JB/sharing
diff --git a/_includes/JB/tags_list b/docs/_includes/JB/tags_list
similarity index 100%
rename from _includes/JB/tags_list
rename to docs/_includes/JB/tags_list
diff --git a/_includes/themes/apache/_navigation.html b/docs/_includes/themes/apache/_navigation.html
similarity index 100%
rename from _includes/themes/apache/_navigation.html
rename to docs/_includes/themes/apache/_navigation.html
diff --git a/_includes/themes/apache/default.html b/docs/_includes/themes/apache/default.html
similarity index 100%
rename from _includes/themes/apache/default.html
rename to docs/_includes/themes/apache/default.html
diff --git a/_includes/themes/apache/footer.html b/docs/_includes/themes/apache/footer.html
similarity index 100%
rename from _includes/themes/apache/footer.html
rename to docs/_includes/themes/apache/footer.html
diff --git a/_includes/themes/apache/page.html b/docs/_includes/themes/apache/page.html
similarity index 100%
rename from _includes/themes/apache/page.html
rename to docs/_includes/themes/apache/page.html
diff --git a/_includes/themes/apache/post.html b/docs/_includes/themes/apache/post.html
similarity index 100%
rename from _includes/themes/apache/post.html
rename to docs/_includes/themes/apache/post.html
diff --git a/_includes/themes/apache/settings.yml b/docs/_includes/themes/apache/settings.yml
similarity index 100%
rename from _includes/themes/apache/settings.yml
rename to docs/_includes/themes/apache/settings.yml
diff --git a/_layouts/default.html b/docs/_layouts/default.html
similarity index 100%
rename from _layouts/default.html
rename to docs/_layouts/default.html
diff --git a/_layouts/page.html b/docs/_layouts/page.html
similarity index 100%
rename from _layouts/page.html
rename to docs/_layouts/page.html
diff --git a/_layouts/post.html b/docs/_layouts/post.html
similarity index 100%
rename from _layouts/post.html
rename to docs/_layouts/post.html
diff --git a/_posts/2019-12-19-hello.md b/docs/_posts/2019-12-19-hello.md
similarity index 100%
rename from _posts/2019-12-19-hello.md
rename to docs/_posts/2019-12-19-hello.md
diff --git a/_sass/_base.scss b/docs/_sass/_base.scss
similarity index 100%
rename from _sass/_base.scss
rename to docs/_sass/_base.scss
diff --git a/_sass/_layout.scss b/docs/_sass/_layout.scss
similarity index 100%
rename from _sass/_layout.scss
rename to docs/_sass/_layout.scss
diff --git a/_sass/_syntax-highlighting.scss b/docs/_sass/_syntax-highlighting.scss
similarity index 100%
rename from _sass/_syntax-highlighting.scss
rename to docs/_sass/_syntax-highlighting.scss
diff --git a/assets/themes/apache/bootstrap/css/bootstrap-theme.css b/docs/assets/themes/apache/bootstrap/css/bootstrap-theme.css
similarity index 100%
rename from assets/themes/apache/bootstrap/css/bootstrap-theme.css
rename to docs/assets/themes/apache/bootstrap/css/bootstrap-theme.css
diff --git a/assets/themes/apache/bootstrap/css/bootstrap-theme.min.css b/docs/assets/themes/apache/bootstrap/css/bootstrap-theme.min.css
similarity index 100%
rename from assets/themes/apache/bootstrap/css/bootstrap-theme.min.css
rename to docs/assets/themes/apache/bootstrap/css/bootstrap-theme.min.css
diff --git a/assets/themes/apache/bootstrap/css/bootstrap.css b/docs/assets/themes/apache/bootstrap/css/bootstrap.css
similarity index 100%
rename from assets/themes/apache/bootstrap/css/bootstrap.css
rename to docs/assets/themes/apache/bootstrap/css/bootstrap.css
diff --git a/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.eot b/docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.eot
similarity index 100%
rename from assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.eot
rename to docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.eot
diff --git a/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.svg b/docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.svg
similarity index 100%
rename from assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.svg
rename to docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.svg
diff --git a/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.ttf b/docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.ttf
similarity index 100%
rename from assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.ttf
rename to docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.ttf
diff --git a/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.woff b/docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.woff
similarity index 100%
rename from assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.woff
rename to docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.woff
diff --git a/assets/themes/apache/bootstrap/img/glyphicons-halflings-white.png b/docs/assets/themes/apache/bootstrap/img/glyphicons-halflings-white.png
similarity index 100%
rename from assets/themes/apache/bootstrap/img/glyphicons-halflings-white.png
rename to docs/assets/themes/apache/bootstrap/img/glyphicons-halflings-white.png
diff --git a/assets/themes/apache/bootstrap/img/glyphicons-halflings.png b/docs/assets/themes/apache/bootstrap/img/glyphicons-halflings.png
similarity index 100%
rename from assets/themes/apache/bootstrap/img/glyphicons-halflings.png
rename to docs/assets/themes/apache/bootstrap/img/glyphicons-halflings.png
diff --git a/assets/themes/apache/bootstrap/js/bootstrap.js b/docs/assets/themes/apache/bootstrap/js/bootstrap.js
similarity index 100%
rename from assets/themes/apache/bootstrap/js/bootstrap.js
rename to docs/assets/themes/apache/bootstrap/js/bootstrap.js
diff --git a/assets/themes/apache/bootstrap/js/bootstrap.min.js b/docs/assets/themes/apache/bootstrap/js/bootstrap.min.js
similarity index 100%
rename from assets/themes/apache/bootstrap/js/bootstrap.min.js
rename to docs/assets/themes/apache/bootstrap/js/bootstrap.min.js
diff --git a/assets/themes/apache/css/style.css b/docs/assets/themes/apache/css/style.css
similarity index 100%
rename from assets/themes/apache/css/style.css
rename to docs/assets/themes/apache/css/style.css
diff --git a/assets/themes/apache/css/syntax.css b/docs/assets/themes/apache/css/syntax.css
similarity index 100%
rename from assets/themes/apache/css/syntax.css
rename to docs/assets/themes/apache/css/syntax.css
diff --git a/assets/themes/apache/img/body-bg.jpg b/docs/assets/themes/apache/img/body-bg.jpg
similarity index 100%
rename from assets/themes/apache/img/body-bg.jpg
rename to docs/assets/themes/apache/img/body-bg.jpg
diff --git a/assets/themes/apache/img/docs-img/lens-interpreter-binding.png b/docs/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
similarity index 100%
rename from assets/themes/apache/img/docs-img/lens-interpreter-binding.png
rename to docs/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
diff --git a/assets/themes/apache/img/docs-img/lens-interpreter-setting.png b/docs/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
similarity index 100%
rename from assets/themes/apache/img/docs-img/lens-interpreter-setting.png
rename to docs/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
diff --git a/assets/themes/apache/img/docs-img/lens-logo.png b/docs/assets/themes/apache/img/docs-img/lens-logo.png
similarity index 100%
rename from assets/themes/apache/img/docs-img/lens-logo.png
rename to docs/assets/themes/apache/img/docs-img/lens-logo.png
diff --git a/assets/themes/apache/img/docs-img/lens-result.png b/docs/assets/themes/apache/img/docs-img/lens-result.png
similarity index 100%
rename from assets/themes/apache/img/docs-img/lens-result.png
rename to docs/assets/themes/apache/img/docs-img/lens-result.png
diff --git a/assets/themes/apache/img/docs-img/lens-ui-service.png b/docs/assets/themes/apache/img/docs-img/lens-ui-service.png
similarity index 100%
rename from assets/themes/apache/img/docs-img/lens-ui-service.png
rename to docs/assets/themes/apache/img/docs-img/lens-ui-service.png
diff --git a/assets/themes/apache/img/egg-logo.png b/docs/assets/themes/apache/img/egg-logo.png
similarity index 100%
rename from assets/themes/apache/img/egg-logo.png
rename to docs/assets/themes/apache/img/egg-logo.png
diff --git a/assets/themes/apache/img/header-bg.jpg b/docs/assets/themes/apache/img/header-bg.jpg
similarity index 100%
rename from assets/themes/apache/img/header-bg.jpg
rename to docs/assets/themes/apache/img/header-bg.jpg
diff --git a/assets/themes/apache/img/highlight-bg.jpg b/docs/assets/themes/apache/img/highlight-bg.jpg
similarity index 100%
rename from assets/themes/apache/img/highlight-bg.jpg
rename to docs/assets/themes/apache/img/highlight-bg.jpg
diff --git a/assets/themes/apache/img/logo.png b/docs/assets/themes/apache/img/logo.png
similarity index 100%
rename from assets/themes/apache/img/logo.png
rename to docs/assets/themes/apache/img/logo.png
diff --git a/assets/themes/apache/img/sidebar-bg.jpg b/docs/assets/themes/apache/img/sidebar-bg.jpg
similarity index 100%
rename from assets/themes/apache/img/sidebar-bg.jpg
rename to docs/assets/themes/apache/img/sidebar-bg.jpg
diff --git a/assets/themes/apache/jquery/jquery-2.1.1.js b/docs/assets/themes/apache/jquery/jquery-2.1.1.js
similarity index 100%
rename from assets/themes/apache/jquery/jquery-2.1.1.js
rename to docs/assets/themes/apache/jquery/jquery-2.1.1.js
diff --git a/assets/themes/apache/jquery/jquery-2.1.1.min.js b/docs/assets/themes/apache/jquery/jquery-2.1.1.min.js
similarity index 100%
rename from assets/themes/apache/jquery/jquery-2.1.1.min.js
rename to docs/assets/themes/apache/jquery/jquery-2.1.1.min.js
diff --git a/community-members.md b/docs/community-members.md
similarity index 100%
rename from community-members.md
rename to docs/community-members.md
diff --git a/community.md b/docs/community.md
similarity index 100%
rename from community.md
rename to docs/community.md
diff --git a/css/main.scss b/docs/css/main.scss
similarity index 100%
rename from css/main.scss
rename to docs/css/main.scss
diff --git a/download.md b/docs/download.md
similarity index 100%
rename from download.md
rename to docs/download.md
diff --git a/feed.xml b/docs/feed.xml
similarity index 100%
rename from feed.xml
rename to docs/feed.xml
diff --git a/history.md b/docs/history.md
similarity index 100%
rename from history.md
rename to docs/history.md
diff --git a/index.md b/docs/index.md
similarity index 100%
rename from index.md
rename to docs/index.md