mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Improve the readability of the docs navbar
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "application-settings How-To"
|
||||
title: "How-To"
|
||||
title: "ApplicationSettings"
|
||||
description: "Examples for using application-settings"
|
||||
---
|
||||
# Application Settings
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "application How-To"
|
||||
title: "How-To"
|
||||
title: "Application"
|
||||
description: "Examples for using application"
|
||||
---
|
||||
# Application
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "camera How-To"
|
||||
title: "How-To"
|
||||
title: "Camera"
|
||||
description: "Examples for using camera"
|
||||
---
|
||||
# Camera module
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "color How-To"
|
||||
title: "How-To"
|
||||
title: "Color"
|
||||
description: "Examples for using color"
|
||||
---
|
||||
# Color
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "connectivity How-To"
|
||||
title: "How-To"
|
||||
title: "Connectivity"
|
||||
description: "Examples for using connectivity"
|
||||
---
|
||||
# Connectivity
|
||||
@ -11,4 +11,4 @@ Obtaining connectivity information requires the "connectivity" module.
|
||||
<snippet id='connectivity-type'/>
|
||||
|
||||
### Monitoring connection type.
|
||||
<snippet id='connectivity-monitoring'/>
|
||||
<snippet id='connectivity-monitoring'/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "console How-To"
|
||||
title: "How-To"
|
||||
title: "Console"
|
||||
description: "Examples for using console"
|
||||
---
|
||||
# Console
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "fetch How-To"
|
||||
title: "How-To"
|
||||
title: "Fetch"
|
||||
description: "Examples for using fetch"
|
||||
---
|
||||
### Get Response from URL
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "file-system How-To"
|
||||
title: "How-To"
|
||||
title: "FileSystem"
|
||||
description: "Examples for using file-system"
|
||||
---
|
||||
# File System
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "fps-meter How-To"
|
||||
title: "How-To"
|
||||
title: "FpsMeter"
|
||||
description: "Examples for using fps-meter"
|
||||
---
|
||||
# Frames-per-second meter
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "frame How-To"
|
||||
title: "How-To"
|
||||
title: "Frame"
|
||||
description: "Examples for using frame"
|
||||
---
|
||||
# Frame
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "gestures How-To"
|
||||
title: "How-To"
|
||||
title: "Gestures"
|
||||
description: "Examples for using gestures"
|
||||
---
|
||||
# Gestures
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "http How-To"
|
||||
title: "How-To"
|
||||
title: "Http"
|
||||
description: "Examples for using http"
|
||||
---
|
||||
# Http module
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "image-source How-To"
|
||||
title: "How-To"
|
||||
title: "ImageSource"
|
||||
description: "Examples for using image-source"
|
||||
---
|
||||
# Image source
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "absolute-layout How-To"
|
||||
title: "How-To"
|
||||
title: "AbsoluteLayout"
|
||||
description: "Examples for using absolute-layout"
|
||||
---
|
||||
# AbsoluteLayout
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
---
|
||||
nav-title: "dock-layout How-To"
|
||||
title: "How-To"
|
||||
title: "DockLayout"
|
||||
description: "Examples for using dock-layout"
|
||||
---
|
||||
# DockLayout
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "grid-layout How-To"
|
||||
title: "How-To"
|
||||
title: "GridLayout"
|
||||
description: "Examples for using grid-layout"
|
||||
---
|
||||
## GridLayout sample
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "stack-layout How-To"
|
||||
title: "How-To"
|
||||
title: "StackLayout"
|
||||
description: "Examples for using stack-layout"
|
||||
---
|
||||
### import StackLayout and Button classes
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "WrapLayout How-To"
|
||||
title: "How-To"
|
||||
title: "WrapLayout"
|
||||
description: "Examples for using WrapLayout"
|
||||
---
|
||||
# WrapLayout
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "location How-To"
|
||||
title: "How-To"
|
||||
title: "Location"
|
||||
description: "Examples for using location"
|
||||
---
|
||||
# Location
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "observable-array How-To"
|
||||
title: "How-To"
|
||||
title: "ObservableArray"
|
||||
description: "Examples for using observable-array"
|
||||
---
|
||||
# Observable Array module
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "data/observable How-To"
|
||||
title: "How-To"
|
||||
title: "Observable"
|
||||
description: "Examples for using data/observable"
|
||||
---
|
||||
# Observable
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "platform How-To"
|
||||
title: "How-To"
|
||||
title: "Platform"
|
||||
description: "Examples for using platform"
|
||||
---
|
||||
# Platform
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "Formatted String How-To"
|
||||
title: "How-To"
|
||||
title: "FormattedString"
|
||||
description: "Examples for using Formatted String"
|
||||
---
|
||||
# Formatted String
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "timer How-To"
|
||||
title: "How-To"
|
||||
title: "Timer"
|
||||
description: "Examples for using timer"
|
||||
---
|
||||
# Timer module
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "trace How-To"
|
||||
title: "How-To"
|
||||
title: "Trace"
|
||||
description: "Examples for using trace"
|
||||
---
|
||||
# Trace
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "ActionBar How-To"
|
||||
title: "How-To"
|
||||
title: "ActionBar"
|
||||
description: "Examples for using ActionBar"
|
||||
---
|
||||
# ActionBar
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "activity-indicator How-To"
|
||||
title: "How-To"
|
||||
title: "ActivityIndicator"
|
||||
description: "Examples for using activity-indicator"
|
||||
---
|
||||
# ActivityIndicator
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "animation How-To"
|
||||
title: "How-To"
|
||||
title: "Animation"
|
||||
description: "Examples for using animation"
|
||||
---
|
||||
# Animation
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "Border How-To"
|
||||
title: "How-To"
|
||||
title: "Border"
|
||||
description: "Examples for using Border"
|
||||
---
|
||||
# Border
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "button How-To"
|
||||
title: "How-To"
|
||||
title: "Button"
|
||||
description: "Examples for using button"
|
||||
---
|
||||
# Button
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "DatePicker How-To"
|
||||
title: "How-To"
|
||||
title: "DatePicker"
|
||||
description: "Examples for using DatePicker"
|
||||
---
|
||||
# DatePicker
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "dialogs How-To"
|
||||
title: "How-To"
|
||||
title: "Dialogs"
|
||||
description: "Examples for using dialogs"
|
||||
---
|
||||
# Dialogs
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "HtmlView How-To"
|
||||
title: "How-To"
|
||||
title: "HtmlView"
|
||||
description: "Examples for using HtmlView"
|
||||
---
|
||||
# HtmlView
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "image-cache How-To"
|
||||
title: "How-To"
|
||||
title: "Image"
|
||||
description: "Examples for using image-cache"
|
||||
---
|
||||
# ImageCache
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "Image How-To"
|
||||
title: "How-To"
|
||||
title: "Image"
|
||||
description: "Examples for using Image"
|
||||
---
|
||||
# Image
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "Label How-To"
|
||||
title: "How-To"
|
||||
title: "Label"
|
||||
description: "Examples for using Label"
|
||||
---
|
||||
# Label
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "ListPicker How-To"
|
||||
title: "How-To"
|
||||
title: "ListPicker"
|
||||
description: "Examples for using ListPicker"
|
||||
---
|
||||
# ListPicker
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "list-view How-To"
|
||||
title: "How-To"
|
||||
title: "ListView"
|
||||
description: "Examples for using list-view"
|
||||
---
|
||||
# ListView
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "Page How-To"
|
||||
title: "How-To"
|
||||
title: "Page"
|
||||
description: "Examples for using Page"
|
||||
---
|
||||
# Page
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "placeholder How-To"
|
||||
title: "How-To"
|
||||
title: "Placeholder"
|
||||
description: "Examples for using placeholder"
|
||||
---
|
||||
# Placeholder
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "progress How-To"
|
||||
title: "How-To"
|
||||
title: "Progress"
|
||||
description: "Examples for using progress"
|
||||
---
|
||||
# Progress
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "repeater How-To"
|
||||
title: "How-To"
|
||||
title: "Repeater"
|
||||
description: "Examples for using repeater"
|
||||
---
|
||||
# Repeater
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "scroll-view How-To"
|
||||
title: "How-To"
|
||||
title: "ScrollView"
|
||||
description: "Examples for using scroll-view"
|
||||
---
|
||||
# ScrollView
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "search-bar How-To"
|
||||
title: "How-To"
|
||||
title: "SearchBar"
|
||||
description: "Examples for using search-bar"
|
||||
---
|
||||
# SearchBar
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "SegmentedBar How-To"
|
||||
title: "How-To"
|
||||
title: "SegmentedBar"
|
||||
description: "Examples for using SegmentedBar"
|
||||
---
|
||||
# SegmentedBar
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "slider How-To"
|
||||
title: "How-To"
|
||||
title: "Slider"
|
||||
description: "Examples for using slider"
|
||||
---
|
||||
# Slider
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "styling How-To"
|
||||
title: "How-To"
|
||||
title: "Styling"
|
||||
description: "Examples for using styling"
|
||||
---
|
||||
# Styling
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "switch How-To"
|
||||
title: "How-To"
|
||||
title: "Switch How-To"
|
||||
description: "Examples for using switch"
|
||||
---
|
||||
# Switch
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "TabView How-To"
|
||||
title: "How-To"
|
||||
title: "TabView"
|
||||
description: "Examples for using TabView"
|
||||
---
|
||||
# TabView
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "TextField How-To"
|
||||
title: "How-To"
|
||||
title: "TextField"
|
||||
description: "Examples for using TextField"
|
||||
---
|
||||
# TextField
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "TextView How-To"
|
||||
title: "How-To"
|
||||
title: "TextView"
|
||||
description: "Examples for using TextView"
|
||||
---
|
||||
# TextView
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "TimePicker How-To"
|
||||
title: "How-To"
|
||||
title: "TimePicker"
|
||||
description: "Examples for using TimePicker"
|
||||
---
|
||||
# TimePicker
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "WebView How-To"
|
||||
title: "How-To"
|
||||
title: "WebView"
|
||||
description: "Examples for using WebView"
|
||||
---
|
||||
# WebView
|
||||
@ -15,4 +15,4 @@ Using a WebView requires the web-view module.
|
||||
### Using WebView
|
||||
<snippet id='webview-localfile'/>
|
||||
### Using WebView
|
||||
<snippet id='webview-string'/>
|
||||
<snippet id='webview-string'/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "virtual-array How-To"
|
||||
title: "How-To"
|
||||
title: "VirtualArray"
|
||||
description: "Examples for using virtual-array"
|
||||
---
|
||||
# Virtual Array module
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
nav-title: "xml How-To"
|
||||
title: "How-To"
|
||||
title: "Xml"
|
||||
description: "Examples for using xml"
|
||||
---
|
||||
# Xml module
|
||||
|
Reference in New Issue
Block a user