This guide is for people who want to develop and publish technical documentation on Confluence wiki. You will find it useful if you want to write a technical manual such as a user's guide, administrator's guide, installation guide, and so on. This page is a quick-start guide to creating a wiki space for technical documentation.

Quick guide to creating a technical documentation space:

  • Add a space and select the Documentation theme.
  • Set the space permissions.
  • Change the title and content of the space home page.
  • Customise the Documentation theme.
  • Create an inclusions library to manage your re-usable content.
  • Create the table of contents for your manual or manuals, by adding top-level pages for all the usual sections (user's guide, administrator's guide, and so on).
  • Customise your PDF layout and stylesheet, if required.
  • Hint: Now that you have a good skeleton for a documentation space, save the space as a template space.

このページの残りの部分では、上記の手順を詳しく説明します。

On this page:

Step 1. Add your space

Below is a quick guide to adding a space. See Creating a Space for a full description.

  1. Go to the Confluence dashboard and choose Add Space.
    Hint: If you cannot see Add Space, this means that you do not have permission to add spaces. Please contact your Confluence administrator.
  2. In the 'Create Space' screen, enter a space name and a short, unique space key.
  3. Leave the permission settings as default, or choose to allow only yourself to view or contribute content to this space. You can change these settings later and with more flexible options.
  4. OK を選択します。
  5. Your new space appears. Choose Space Tools in the sidebar.
  6. Choose Look and Feel > Themes and select the Documentation theme.
  7. Choose OK.

The home page of your new space will appear. Because you created the space, you are the space administrator. Now you can do some basic configuration, as described in the sections below. From this point on, instructions will refer to navigating in the Documentation theme, which is slightly different to the default theme.

Step 2. Set the space permissions

Define the space permissions to determine who can do what in your new space.

  1. Choose Permissions.
  2. [権限の編集] を選択します。
  3. Set the permissions to suit your needs then choose Save All.

A bit more about permissions

Confluence has a robust and granular permissions scheme that you can use to determine who can view, comment on and even update the documentation. There are three levels of permissions in Confluence:

Space permissions in Confluence are simple yet granular enough to be useful for technical documentation. You can:

Terminology:

For example, you might allow your team full edit and administration rights while others can only add comments. Or you might grant the general public access to your documentation, while only staff members can update it.

For detailed information, see the documentation on:

Step 3. Customise the title and content of the space home page

When you created your space, Confluence created a home page with default content and a default title. You will want to change the title and content.

  1. Go to your space home page.
  2. By default, the page title is 'X Home', where 'X' is the name you gave the space.
  3. 編集を選択する。
  4. The page opens in the editor. Change the title to suit your needs.

  5. Update the content to suit your needs.
    Hint: If you do not know what to add yet, just add a short description. You can refine the content of the page later. Take a look at an example of a home page.
  6. 保存を選択します 。

Step 4. Customise the Documentation theme

When you added the space you chose the Documentation theme, which provides a left-hand navigation bar and a good look and feel for technical documentation. If necessary, you can configure the Documentation theme to add your own page header and footer or to customise the default left-hand navigation bar. These customisations affect the online look and feel of your documentation. See Configuring the Documentation Theme for the full description.

  1. Choose Browse > Space Admin. (If you have not yet applied the Documentation theme choose Space Tools > Look and Feel > Themes.)

  2. Choose Themes in the left menu.
  3. If the space is not yet using the Documentation theme, apply the theme now.
  4. Choose Configure theme.
  5. The 'Documentation Theme Configuration' screen appears. Customise the left-hand navigation bar, header and footer to suit your needs. Details are in the documentation. Here are some hints:
  6. 保存を選択します 。

Example of a customised footer

Take a look at the footer of a page in the Crowd documentation space.

To produce the above footer, we have the following content in the footer panel in the Documentation theme configuration screen:

Here it is in text form:

{include:_Documentation Footer|nopanel=true}
{include:ALLDOC:_Copyright Notice|nopanel=true}

The above content consists of two Include macros.

Step 5. Create an inclusions library

In Confluence, you can dynamically include content from one page into another page. You can include a whole page into another one, using the Include macro. You can also define an ‘excerpt’ on a page, and then include that excerpted text into another page using the Excerpt Include macro.

To organise your re-usable content, we recommend that you create a set of pages called an 'inclusions library'.

  1. Choose Create and create a new page in your space.
  2. Enter a suitable title. We use '_InclusionsLibrary'. The unusual format of the title helps to let people know this page is special.
  3. Enter some content and save the page. We enter text explaining the purpose of the inclusions library and how to re-use the content. You can copy our text by clicking through to one of the example pages listed below.
  4. Choose Browse > Pages and drag your new page above the space homepage. 
  5. Go to your new inclusions page and choose Create to add child pages containing your re-usable content. See the examples of our own inclusions libraries listed in the examples below.


Some notes about inclusions libraries:

Examples of inclusions libraries

Here are some examples in our documentation:

Step 6. Create the table of contents

Create the table of contents for your documentation, by adding the top-level pages for all the usual sections:

Follow these steps to create the table of contents:

  1. Go to your space home page.
  2. Choose Create to add a page as a child of the homepage.
  3. Type the page title, 'User's Guide'.
  4. Type the content of the page.
    Hint: If you do not know what to add yet, just add a short description then refine the content of the page later. If you like, you can add the Children macro. That will act as a table of contents on the page once you have added child pages.
  5. 保存を選択します 。

Now do the same for all the sections of your technical document.

Step 7. (Optional) Customise the PDF layout and stylesheet

If you are planning to provide PDF versions of your documentation, you may want to customise the PDF layout and styles for your space. You can skip this step for now and do it later, if you prefer. The instructions are in a separate section of this guide, dedicated to PDF. See Providing PDF Versions of your Technical Documentation.

Step 8. Save your new space as a template

This is a useful suggestion. Once you have set up your first documentation space and are more-or-less happy with it, use the Copy Space add-on (see notes below) to copy the space while it still has very little content. From this point on, you can copy it each time you want to create a new documentation space.

  1. Choose Browse > Space Admin
  2. Choose Copy Space in the left menu
    Hint: If you cannot see the 'Copy Space' option, this means that the add-on is not installed on your Confluence site. Refer to the documentation on installing add-ons. ()
  3. The 'Copy Space' screen will appear. Enter the details as prompted, to copy your space to another new space.



  4. 保存を選択します 。

You now have a template space. From this point on, you can use the Copy Space add-on to copy the template space each time you want to create a new documentation space.


メモ:

次のステップ

You now have the basic structure and configuration for your technical documentation space. You have also created a handy template to use next time you need a space. What next? Take a look at Using Templates in Technical Documentation.