Switch titles to lower-case

This commit is contained in:
Erjan Gavalji
2016-05-02 10:45:50 +03:00
parent 3e489db2c9
commit bdbffb79bd
55 changed files with 56 additions and 57 deletions

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "application-settings How-To" nav-title: "application-settings How-To"
title: "ApplicationSettings" title: "application-settings"
description: "Examples for using application-settings" description: "Examples for using application-settings"
--- ---
# Application Settings # Application Settings

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "application How-To" nav-title: "application How-To"
title: "Application" title: "application"
description: "Examples for using application" description: "Examples for using application"
--- ---
# Application # Application

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "camera How-To" nav-title: "camera How-To"
title: "Camera" title: "camera"
description: "Examples for using camera" description: "Examples for using camera"
--- ---
# Camera module # Camera module

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "color How-To" nav-title: "color How-To"
title: "Color" title: "color"
description: "Examples for using color" description: "Examples for using color"
--- ---
# Color # Color

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "connectivity How-To" nav-title: "connectivity How-To"
title: "Connectivity" title: "connectivity"
description: "Examples for using connectivity" description: "Examples for using connectivity"
--- ---
# Connectivity # Connectivity

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "console How-To" nav-title: "console How-To"
title: "Console" title: "console"
description: "Examples for using console" description: "Examples for using console"
--- ---
# Console # Console

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "fetch How-To" nav-title: "fetch How-To"
title: "Fetch" title: "fetch"
description: "Examples for using fetch" description: "Examples for using fetch"
--- ---
### Get Response from URL ### Get Response from URL

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "file-system How-To" nav-title: "file-system How-To"
title: "FileSystem" title: "file-system"
description: "Examples for using file-system" description: "Examples for using file-system"
--- ---
# File System # File System

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "fps-meter How-To" nav-title: "fps-meter How-To"
title: "FpsMeter" title: "fps-meter"
description: "Examples for using fps-meter" description: "Examples for using fps-meter"
--- ---
# Frames-per-second meter # Frames-per-second meter

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "frame How-To" nav-title: "frame How-To"
title: "Frame" title: "frame"
description: "Examples for using frame" description: "Examples for using frame"
--- ---
# Frame # Frame

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "gestures How-To" nav-title: "gestures How-To"
title: "Gestures" title: "gestures"
description: "Examples for using gestures" description: "Examples for using gestures"
--- ---
# Gestures # Gestures

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "http How-To" nav-title: "http How-To"
title: "Http" title: "http"
description: "Examples for using http" description: "Examples for using http"
--- ---
# Http module # Http module

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "image-source How-To" nav-title: "image-source How-To"
title: "ImageSource" title: "image-source"
description: "Examples for using image-source" description: "Examples for using image-source"
--- ---
# Image source # Image source

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "absolute-layout How-To" nav-title: "absolute-layout How-To"
title: "AbsoluteLayout" title: "absolute-layoyt"
description: "Examples for using absolute-layout" description: "Examples for using absolute-layout"
--- ---
# AbsoluteLayout # AbsoluteLayout

View File

@ -1,7 +1,6 @@
--- ---
nav-title: "dock-layout How-To" nav-title: "dock-layout How-To"
title: "DockLayout" title: "dock-layout"
description: "Examples for using dock-layout" description: "Examples for using dock-layout"
--- ---
# DockLayout # DockLayout
@ -33,5 +32,5 @@ Other frequently used modules when working with a DockLayout include:
## Remove child view from layout ## Remove child view from layout
<snippet id='dock-layout-removechild'/> <snippet id='dock-layout-removechild'/>
## Setting the dock property ## Setting the dock roperty
<snippet id='dock-layout-setdocl'/> <snippet id='dock-layout-setdocl'/>

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "grid-layout How-To" nav-title: "grid-layout How-To"
title: "GridLayout" title: "grid-layout"
description: "Examples for using grid-layout" description: "Examples for using grid-layout"
--- ---
## GridLayout sample ## GridLayout sample

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "stack-layout How-To" nav-title: "stack-layout How-To"
title: "StackLayout" title: "stack-layout"
description: "Examples for using stack-layout" description: "Examples for using stack-layout"
--- ---
### import StackLayout and Button classes ### import StackLayout and Button classes

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "WrapLayout How-To" nav-title: "WrapLayout How-To"
title: "WrapLayout" title: "wrap-layout"
description: "Examples for using WrapLayout" description: "Examples for using WrapLayout"
--- ---
# WrapLayout # WrapLayout

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "location How-To" nav-title: "location How-To"
title: "Location" title: "location"
description: "Examples for using location" description: "Examples for using location"
--- ---
# Location # Location

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "observable-array How-To" nav-title: "observable-array How-To"
title: "ObservableArray" title: "observable-array"
description: "Examples for using observable-array" description: "Examples for using observable-array"
--- ---
# Observable Array module # Observable Array module

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "data/observable How-To" nav-title: "data/observable How-To"
title: "Observable" title: "observable"
description: "Examples for using data/observable" description: "Examples for using data/observable"
--- ---
# Observable # Observable

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "platform How-To" nav-title: "platform How-To"
title: "Platform" title: "platform"
description: "Examples for using platform" description: "Examples for using platform"
--- ---
# Platform # Platform

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "Formatted String How-To" nav-title: "Formatted String How-To"
title: "FormattedString" title: "formatted-string"
description: "Examples for using Formatted String" description: "Examples for using Formatted String"
--- ---
# Formatted String # Formatted String

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "timer How-To" nav-title: "timer How-To"
title: "Timer" title: "timer"
description: "Examples for using timer" description: "Examples for using timer"
--- ---
# Timer module # Timer module

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "trace How-To" nav-title: "trace How-To"
title: "Trace" title: "trace"
description: "Examples for using trace" description: "Examples for using trace"
--- ---
# Trace # Trace

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "ActionBar How-To" nav-title: "ActionBar How-To"
title: "ActionBar" title: "actiob-bar"
description: "Examples for using ActionBar" description: "Examples for using ActionBar"
--- ---
# ActionBar # ActionBar

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "activity-indicator How-To" nav-title: "activity-indicator How-To"
title: "ActivityIndicator" title: "activity-indicator"
description: "Examples for using activity-indicator" description: "Examples for using activity-indicator"
--- ---
# ActivityIndicator # ActivityIndicator

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "animation How-To" nav-title: "animation How-To"
title: "Animation" title: "animation"
description: "Examples for using animation" description: "Examples for using animation"
--- ---
# Animation # Animation

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "Border How-To" nav-title: "Border How-To"
title: "Border" title: "border"
description: "Examples for using Border" description: "Examples for using Border"
--- ---
# Border # Border

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "button How-To" nav-title: "button How-To"
title: "Button" title: "button"
description: "Examples for using button" description: "Examples for using button"
--- ---
# Button # Button

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "DatePicker How-To" nav-title: "DatePicker How-To"
title: "DatePicker" title: "date-picker"
description: "Examples for using DatePicker" description: "Examples for using DatePicker"
--- ---
# DatePicker # DatePicker

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "dialogs How-To" nav-title: "dialogs How-To"
title: "Dialogs" title: "dialogs"
description: "Examples for using dialogs" description: "Examples for using dialogs"
--- ---
# Dialogs # Dialogs

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "HtmlView How-To" nav-title: "HtmlView How-To"
title: "HtmlView" title: "html-view"
description: "Examples for using HtmlView" description: "Examples for using HtmlView"
--- ---
# HtmlView # HtmlView

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "image-cache How-To" nav-title: "image-cache How-To"
title: "Image" title: "image-cache"
description: "Examples for using image-cache" description: "Examples for using image-cache"
--- ---
# ImageCache # ImageCache

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "Image How-To" nav-title: "Image How-To"
title: "Image" title: "image"
description: "Examples for using Image" description: "Examples for using Image"
--- ---
# Image # Image

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "Label How-To" nav-title: "Label How-To"
title: "Label" title: "label"
description: "Examples for using Label" description: "Examples for using Label"
--- ---
# Label # Label

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "ListPicker How-To" nav-title: "ListPicker How-To"
title: "ListPicker" title: "list-picker"
description: "Examples for using ListPicker" description: "Examples for using ListPicker"
--- ---
# ListPicker # ListPicker

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "list-view How-To" nav-title: "list-view How-To"
title: "ListView" title: "list-view"
description: "Examples for using list-view" description: "Examples for using list-view"
--- ---
# ListView # ListView

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "Page How-To" nav-title: "Page How-To"
title: "Page" title: "page"
description: "Examples for using Page" description: "Examples for using Page"
--- ---
# Page # Page

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "placeholder How-To" nav-title: "placeholder How-To"
title: "Placeholder" title: "placeholder"
description: "Examples for using placeholder" description: "Examples for using placeholder"
--- ---
# Placeholder # Placeholder

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "progress How-To" nav-title: "progress How-To"
title: "Progress" title: "progress"
description: "Examples for using progress" description: "Examples for using progress"
--- ---
# Progress # Progress

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "repeater How-To" nav-title: "repeater How-To"
title: "Repeater" title: "repeater"
description: "Examples for using repeater" description: "Examples for using repeater"
--- ---
# Repeater # Repeater

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "scroll-view How-To" nav-title: "scroll-view How-To"
title: "ScrollView" title: "scroll-view"
description: "Examples for using scroll-view" description: "Examples for using scroll-view"
--- ---
# ScrollView # ScrollView

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "search-bar How-To" nav-title: "search-bar How-To"
title: "SearchBar" title: "search-bar"
description: "Examples for using search-bar" description: "Examples for using search-bar"
--- ---
# SearchBar # SearchBar

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "SegmentedBar How-To" nav-title: "SegmentedBar How-To"
title: "SegmentedBar" title: "segmented-bar"
description: "Examples for using SegmentedBar" description: "Examples for using SegmentedBar"
--- ---
# SegmentedBar # SegmentedBar

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "slider How-To" nav-title: "slider How-To"
title: "Slider" title: "slider"
description: "Examples for using slider" description: "Examples for using slider"
--- ---
# Slider # Slider

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "styling How-To" nav-title: "styling How-To"
title: "Styling" title: "styling"
description: "Examples for using styling" description: "Examples for using styling"
--- ---
# Styling # Styling

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "switch How-To" nav-title: "switch How-To"
title: "Switch How-To" title: "switch"
description: "Examples for using switch" description: "Examples for using switch"
--- ---
# Switch # Switch

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "TabView How-To" nav-title: "TabView How-To"
title: "TabView" title: "tab-view"
description: "Examples for using TabView" description: "Examples for using TabView"
--- ---
# TabView # TabView

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "TextField How-To" nav-title: "TextField How-To"
title: "TextField" title: "text-field"
description: "Examples for using TextField" description: "Examples for using TextField"
--- ---
# TextField # TextField

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "TextView How-To" nav-title: "TextView How-To"
title: "TextView" title: "text-view"
description: "Examples for using TextView" description: "Examples for using TextView"
--- ---
# TextView # TextView

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "TimePicker How-To" nav-title: "TimePicker How-To"
title: "TimePicker" title: "time-picker"
description: "Examples for using TimePicker" description: "Examples for using TimePicker"
--- ---
# TimePicker # TimePicker

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "WebView How-To" nav-title: "WebView How-To"
title: "WebView" title: "webview"
description: "Examples for using WebView" description: "Examples for using WebView"
--- ---
# WebView # WebView

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "virtual-array How-To" nav-title: "virtual-array How-To"
title: "VirtualArray" title: "virtual-array"
description: "Examples for using virtual-array" description: "Examples for using virtual-array"
--- ---
# Virtual Array module # Virtual Array module

View File

@ -1,6 +1,6 @@
--- ---
nav-title: "xml How-To" nav-title: "xml How-To"
title: "Xml" title: "xml"
description: "Examples for using xml" description: "Examples for using xml"
--- ---
# Xml module # Xml module