forked from NativeScript/docs-v7
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add vuejs-nativescript mini site
- Loading branch information
Showing
5 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# The public documentation URL, used for sitemap.xml | ||
url: "https://docs.nativescript.org" | ||
destination: ./vuejs | ||
|
||
## The application virtual path | ||
baseurl: "" | ||
# Exclude files which should not be in the output | ||
exclude: [Gemfile,Gemfile.lock,README.md,node_modules,dist, code-samples] | ||
## The highlighting in the header | ||
nsselected: "selected" | ||
ngselected: "" | ||
|
||
|
||
flavour: "vuejs" | ||
|
||
# The google services configuration | ||
google_tag_manager: GTM-W58JDD | ||
google_custom_search: '001595215763381649090:asl7kpbijam' | ||
|
||
## The base url of the header links | ||
headerbaseurl: //www.nativescript.org | ||
nscookbookurl: "/vuejs/" | ||
source: ./ | ||
# Release date in the format of: YYYY-MM-DD | ||
release_date: "2016-11-16" | ||
|
||
navigation: | ||
## List your directory names and order here, like this: | ||
start: | ||
position: 10 | ||
title: "INTRODUCTION" | ||
expanded: true | ||
|
||
## The product name | ||
productName: "NativeScript" | ||
|
||
## Improve This Article button-related: | ||
improveThis: | ||
mapOfBaseUrls: | ||
0: | ||
matchPattern: '^/cookbook/.*' | ||
1: | ||
matchPattern: '^/code-samples/.*' | ||
2: | ||
matchPattern: '.*' | ||
baseUrl: "https://github.com/NativeScript/docs/blob/master/docs/" | ||
|
||
## Assign layout and category per different paths | ||
defaults: | ||
- | ||
scope: | ||
path: "" | ||
values: | ||
layout: "page" | ||
category: "default" | ||
|
||
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output | ||
# "foo": "Bar" | ||
"current-version": "2.0.0" | ||
|
||
# Assets pipeline configuration | ||
assets: | ||
cachebust: soft | ||
js_compressor: uglifier | ||
|
||
## Do not edit below this line | ||
safe: false | ||
markdown: MarkdownProcessor | ||
kramdown: | ||
toc_levels: 2..3 | ||
smart_quotes: ["quot", "quot", "quot", "quot"] | ||
input: GFM | ||
|
||
gems: | ||
- jekyll-unsanitize | ||
# Feedback Form Google Sheet ID | ||
ff-sheet-id: 1Njk-CD9m_mKw_jSRBV2p6quwEOAKRZnUPJgeUrA1ZFA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Welcome | ||
description: Meet NativeScript - an open-source framework for the cross-platform development of truly native apps. | ||
position: 10 | ||
publish: true | ||
--- | ||
|
||
# Vue.js | ||
asdasda |