From 4a7b6a4555a76b19dd217171fc0ddce6707bca95 Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Fri, 12 Jul 2013 17:42:27 -0700 Subject: docs(minErr): Build minErr doc site --- docs/content/error/location/istart.ngdoc | 4 ++++ docs/content/error/location/nohash.ngdoc | 4 ++++ docs/content/error/location/nopp.ngdoc | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 docs/content/error/location/istart.ngdoc create mode 100644 docs/content/error/location/nohash.ngdoc create mode 100644 docs/content/error/location/nopp.ngdoc (limited to 'docs/content/error/location') diff --git a/docs/content/error/location/istart.ngdoc b/docs/content/error/location/istart.ngdoc new file mode 100644 index 00000000..006689e4 --- /dev/null +++ b/docs/content/error/location/istart.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $location:istart +@fullName Invalid URL +@description diff --git a/docs/content/error/location/nohash.ngdoc b/docs/content/error/location/nohash.ngdoc new file mode 100644 index 00000000..81f0d569 --- /dev/null +++ b/docs/content/error/location/nohash.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $location:nohash +@fullName Missing Hash Prefix +@description diff --git a/docs/content/error/location/nopp.ngdoc b/docs/content/error/location/nopp.ngdoc new file mode 100644 index 00000000..3d95b7ff --- /dev/null +++ b/docs/content/error/location/nopp.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $location:nopp +@fullName Missing Path Prefix +@description -- cgit v1.2.3