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] [*.js]
end_of_line = lf charset = utf-8
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[*.yml]
indent_style = space
indent_size = 2

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

@ -1,5 +1,33 @@
.DS_Store .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 Gemfile.lock
_site _site
api/aspnet-mvc
_tempconfig.yml _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" url: "https://docs.telerik.com/devtools/justmock"
# Exclude files which should not be in the output # 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: navigation:
## List your directory names and order here, like this: ## List your directory names and order here, like this:
getting-started: getting-started:
@ -44,11 +44,10 @@ navigation:
basic-usage/mock: basic-usage/mock:
title: Mock title: Mock
position: 3 position: 3
## The application virtual path ## The application virtual path
baseurl: /devtools/justmock baseurl: /devtools/justmock
## Assign layout and category per different paths ## Assign layout and category per different paths
defaults: defaults:
- -
@ -58,7 +57,7 @@ defaults:
layout: "documentation" layout: "documentation"
category: "default" category: "default"
product: "justmock" product: "justmock"
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output # Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar" # "foo": "Bar"

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

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

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