Hyperspace
Categories
Component ID
951244
Component name
Hyperspace
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
352
Component created
Component changed
Component body
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:
- Download the module and un tar it
- Place it in the /sites/all/modules directory
- Enable it admin/build/modules
- Navigate to admin/build/block and place the hyperspace module in a region
- 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")
- 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.
