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..42b73ac53 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1 +1,8 @@ -footer \ No newline at end of file +