Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

fix: broken links and minor typos #1942

Merged
merged 2 commits into from
Feb 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Determines the text displayed in the TOC navigation (the treeview in the left).

#### page_title (optional but recommended)

The contents of the `<title>` in the final output. If `page_title` is not set the value of `title` is usded. Blade name was `meta_title`.
The contents of the `<title>` in the final output. If `page_title` is not set the value of `title` is used. Blade name was `meta_title`.

#### description (optional but recommended)

Expand Down
4 changes: 2 additions & 2 deletions docs/core-concepts/technical-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The NativeScript technology can be presented as built upon several major parts -

## Runtimes

The runtimes enable you to call APIs in the Android and iOS frameworks using JavaScript code. To do that they use JavaScript Virtual Machines - Google’s V8 for Android and WebKit’s JavaScriptCore implementation distributed with iOS 7.0+. Find more information in [Android Runtime Overview](../runtimes/android/overview.md) and [iOS Runtime Overview](../runtimes/ios/Overview.md).
The runtimes enable you to call APIs in the Android and iOS frameworks using JavaScript code. To do that they use JavaScript Virtual Machines - Google’s V8 for Android and WebKit’s JavaScriptCore implementation distributed with iOS 7.0+. Find more information in [Android Runtime Overview](./android-runtime/overview.md) and [iOS Runtime Overview](./ios-runtime/Overview.md).

## Core Modules

Expand All @@ -28,4 +28,4 @@ It is the command-line interface that lets you create, build, and run apps using

## NativeScript Plugins

The NativeScript plugins are building blocks that encapsulate some functionality and help developers build apps faster (just like the NativeScript Core Modules, which is a plugin). Most are community-built, written in TypeScript/JavaScript. Some can include native libraries, which are called from the TS/JS code thanks to the Runtimes. You can find more information in the [Plugins documentation](../plugins/plugins-reference.md).
The NativeScript plugins are building blocks that encapsulate some functionality and help developers build apps faster (just like the NativeScript Core Modules, which is a plugin). Most are community-built, written in TypeScript/JavaScript. Some can include native libraries, which are called from the TS/JS code thanks to the Runtimes. You can find more information in the [Plugins documentation](../plugins/plugin-reference.md).