From 404c404fdb6f51fde5d7d6d97418e96a4650fefe Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 21 Nov 2010 17:30:41 -0800 Subject: [PATCH] move /tutorials to /help/tutorials --- doc-src/content/CHANGELOG.markdown | 8 ++++---- doc-src/content/{ => help}/tutorials.haml | 0 .../content/{ => help}/tutorials/best_practices.markdown | 0 doc-src/content/{ => help}/tutorials/blueprint.haml | 0 .../content/{ => help}/tutorials/command-line.markdown | 2 +- .../{ => help}/tutorials/configurable-variables.haml | 0 .../{ => help}/tutorials/configuration-reference.markdown | 0 .../content/{ => help}/tutorials/contributing.markdown | 2 +- doc-src/content/{ => help}/tutorials/extensions.markdown | 0 .../content/{ => help}/tutorials/production-css.markdown | 2 +- doc-src/content/{ => help}/tutorials/upgrading.markdown | 0 .../{ => help}/tutorials/upgrading/css3-v2.markdown | 0 .../{ => help}/tutorials/upgrading/im-scared.markdown | 0 doc-src/layouts/partials/reference/constants.haml | 2 +- doc-src/lib/default.rb | 2 +- .../compass/stylesheets/compass/css3/_box-shadow.scss | 2 +- .../compass/stylesheets/compass/css3/_gradient.scss | 2 +- frameworks/compass/templates/extension/manifest.rb | 2 +- 18 files changed, 12 insertions(+), 12 deletions(-) rename doc-src/content/{ => help}/tutorials.haml (100%) rename doc-src/content/{ => help}/tutorials/best_practices.markdown (100%) rename doc-src/content/{ => help}/tutorials/blueprint.haml (100%) rename doc-src/content/{ => help}/tutorials/command-line.markdown (97%) rename doc-src/content/{ => help}/tutorials/configurable-variables.haml (100%) rename doc-src/content/{ => help}/tutorials/configuration-reference.markdown (100%) rename doc-src/content/{ => help}/tutorials/contributing.markdown (99%) rename doc-src/content/{ => help}/tutorials/extensions.markdown (100%) rename doc-src/content/{ => help}/tutorials/production-css.markdown (91%) rename doc-src/content/{ => help}/tutorials/upgrading.markdown (100%) rename doc-src/content/{ => help}/tutorials/upgrading/css3-v2.markdown (100%) rename doc-src/content/{ => help}/tutorials/upgrading/im-scared.markdown (100%) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index cfea1be0..38d6f64d 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -8,7 +8,7 @@ COMPASS CHANGELOG ================= Upgrading compass is really easy. -Don't let all these details [scare you...](/tutorials/upgrading/im-scared/) +Don't let all these details [scare you...](/help/tutorials/upgrading/im-scared/) The Documentation for the [latest stable release](http://compass-style.org/): @@ -58,7 +58,7 @@ Our CSS3 module makes writing CSS3 today almost as easy as it will be when all the browsers officially support the new features. The second version of the compass CSS module brings the API up to date with developments over the past 6 to 9 months of browser changes and more closely matching the most recent CSS -specifications. [Upgrade guide](/tutorials/upgrading/css3-v2/). Summary of changes. +specifications. [Upgrade guide](/help/tutorials/upgrading/css3-v2/). Summary of changes. * Support for multiple box shadows and text shadows * Support for 2d and 3d transforms @@ -179,7 +179,7 @@ specifications. [Upgrade guide](/tutorials/upgrading/css3-v2/). Summary of chang ------------------ * [Rails] Fixed a bug introduced in 0.10.3 that caused rails applications using the old configuration file (config/compass.config) to break. -* [Extensions] Make it easier to create manifest files by allowing template files to be discovered. See the Manifest Declarations section of [extensions tutorial](http://compass-style.org/tutorials/extensions/) for details. +* [Extensions] Make it easier to create manifest files by allowing template files to be discovered. See the Manifest Declarations section of [extensions tutorial](http://compass-style.org/help/tutorials/extensions/) for details. * [Rails] Don't install configuration files when installing extensions. * [Compass Core] All url helpers now accept a second argument that when true will cause only the path to be emitted. This allows the url helpers to be used with IE filters. @@ -214,7 +214,7 @@ This will update your compass initializer file. * Support for inputs of type email. ### Extensions -* Extensions can now create empty directories with the `directory` directive. [Docs](http://compass-style.org/tutorials/extensions/). +* Extensions can now create empty directories with the `directory` directive. [Docs](http://compass-style.org/help/tutorials/extensions/). * It's now easier to load extensions from a configuration file using the `load` and `discover` directives. ### Rails diff --git a/doc-src/content/tutorials.haml b/doc-src/content/help/tutorials.haml similarity index 100% rename from doc-src/content/tutorials.haml rename to doc-src/content/help/tutorials.haml diff --git a/doc-src/content/tutorials/best_practices.markdown b/doc-src/content/help/tutorials/best_practices.markdown similarity index 100% rename from doc-src/content/tutorials/best_practices.markdown rename to doc-src/content/help/tutorials/best_practices.markdown diff --git a/doc-src/content/tutorials/blueprint.haml b/doc-src/content/help/tutorials/blueprint.haml similarity index 100% rename from doc-src/content/tutorials/blueprint.haml rename to doc-src/content/help/tutorials/blueprint.haml diff --git a/doc-src/content/tutorials/command-line.markdown b/doc-src/content/help/tutorials/command-line.markdown similarity index 97% rename from doc-src/content/tutorials/command-line.markdown rename to doc-src/content/help/tutorials/command-line.markdown index 433eefcd..8917e748 100644 --- a/doc-src/content/tutorials/command-line.markdown +++ b/doc-src/content/help/tutorials/command-line.markdown @@ -11,7 +11,7 @@ This page lists the compass commands you can use to set up and manage your proje You may also find one of these walk throughs useful: -* HOWTO: [Compile your stylesheets for production](/tutorials/production-css/) +* HOWTO: [Compile your stylesheets for production](/help/tutorials/production-css/)