diff --git a/.gitignore b/.gitignore index 64a6763ae..e69de29bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +0,0 @@ -docs/.jekyll-metadata -docs/_site -docs/Gemfile.lock diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..c0baf81dd --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,3 @@ +.jekyll-metadata +_site +Gemfile.lock diff --git a/docs/404.md b/docs/404.md index 1d18e9c94..ae6b88aa0 100644 --- a/docs/404.md +++ b/docs/404.md @@ -1 +1 @@ -404, not found, abapGit \ No newline at end of file +404, not found, abapGit diff --git a/docs/Gemfile b/docs/Gemfile index 91ceacd3c..37f5eaa42 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,2 +1,2 @@ source 'https://rubygems.org' -gem 'github-pages', group: :jekyll_plugins \ No newline at end of file +gem 'github-pages', group: :jekyll_plugins diff --git a/docs/_config.yml b/docs/_config.yml index 45945b9da..6bb065971 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,4 +6,4 @@ defaults: scope: path: "" # an empty string here means all files in the project values: - layout: "default" \ No newline at end of file + layout: "default" diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 12d737005..3e148d7a0 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -54,4 +54,4 @@ - title: Object File Formats file: other-file-formats - title: Technical Links - file: other-technical-links \ No newline at end of file + file: other-technical-links diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index a56ca5332..64a0a6911 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1 +1 @@ -footer \ No newline at end of file +footer diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 3c400afd4..1284e373a 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -1,5 +1,6 @@ + {% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %} - \ No newline at end of file + diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 232ea75e9..887094e85 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -1,3 +1,3 @@ \ No newline at end of file + diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html index 66c32e639..6568f8773 100644 --- a/docs/_includes/navigation.html +++ b/docs/_includes/navigation.html @@ -31,4 +31,4 @@ {% endfor %} - {% endfor %} \ No newline at end of file + {% endfor %} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 475c72379..40725c005 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -14,4 +14,4 @@ {% include footer.html %} - \ No newline at end of file + diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 000000000..65d59d671 Binary files /dev/null and b/docs/favicon.png differ diff --git a/docs/main.css b/docs/main.css index 89ebe411d..e1ca6b83a 100644 --- a/docs/main.css +++ b/docs/main.css @@ -41,4 +41,4 @@ a:hover, a:active { font-size: 22pt; color: #bbb; padding-left: 0.4em; -} \ No newline at end of file +}