This commit is contained in:
imtodor 2019-01-09 10:37:59 +02:00
Родитель 1f6c70e035
Коммит aee3de29a2
5 изменённых файлов: 49 добавлений и 13 удалений

Просмотреть файл

@ -1,7 +1,17 @@
# what's this?
# - http://editorconfig.org
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.js]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2

30
.gitignore поставляемый
Просмотреть файл

@ -1,5 +1,33 @@
.DS_Store
.dockerignore
.editorconfig
.jekyll-metadata
.ruby-version
/_assets/
/_common/root/
/_data/
/_includes/
/_layouts/
/_plugins/
/_templates/
/docs-watcher/
/favicon.ico
/fonts/
/styles/
Dockerfile
Gemfile
Gemfile.lock
_site
api/aspnet-mvc
_tempconfig.yml
api/aspnet-mvc
bs-config.js
build-docs.sh
copy_content.sh
copy_local.sh
install-npm.sh
knowledge-base.html
robots.txt
search.html
start-docs.sh
watch.sh

Просмотреть файл

@ -2,7 +2,7 @@
url: "https://docs.telerik.com/devtools/justmock"
# Exclude files which should not be in the output
exclude: [README.md, Gemfile, Gemfile.lock, docs-watcher/*]
exclude: [README.md, Gemfile, Gemfile.lock, docs-watcher/*, api/*]
navigation:
## List your directory names and order here, like this:
getting-started:
@ -44,11 +44,10 @@ navigation:
basic-usage/mock:
title: Mock
position: 3
## The application virtual path
baseurl: /devtools/justmock
## Assign layout and category per different paths
defaults:
-
@ -58,7 +57,7 @@ defaults:
layout: "documentation"
category: "default"
product: "justmock"
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar"

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1,3 +1,3 @@
User-agent: *
Allow:
Sitemap: http://docs.telerik.com/kendo-ui/sitemap.xml
User-agent: *
Allow:
Sitemap: {{ "sitemap.xml" | absolute_url }}