This project is not covered by Drupal’s security advisory policy.

Hyperspace is a documentation module that will point all your admin links in your Drupal documentation pages to a site that you set!

This is an easy way to make your documentation pages interact with the site that you are currently working on!

Setting this up is simple:
In your documentation pages, simple use this format for writing links:

<span class="admin-path">admin/settings/hyperspace</span>

Just add an "admin-path" class to any element (I use span because it is usually inline text) and write that path without an initial forward slash

Enabling the module is also simple:

  1. Download the module and un tar it
  2. Place it in the /sites/all/modules directory
  3. Enable it admin/build/modules
  4. Navigate to admin/build/block and place the hyperspace module in a region
  5. You will be prompted to "Please enter your first site URL" -> whereby, you click that link and enter a Drupal site path(eg: "http://www.example.com")
  6. Submit the form

Now you have prepared the module to search for paths! Hyperspace uses jQuery to transform all ".admin-path" elements into live links.

Project information

Releases