views:

20

answers:

1

Hello guys,

I started with bitbucket and tried to use the wiki for my documentation. Therefore, i created a folder "documentation" unter the folder "wiki" (same level as home.wiki) and added some .wiki files.

Now i'm trying to display all these contents of Documentation/ as table of contents. Therefore, i added the line:

<<toc Documentation/ 2 >>

After commit and push my home.wiki page really shows a TOC, but it contains only the first file stored in the folder Documentation/. I want them all to be listed.

What is my mistake?

Best regards Philipp

A: 

Obviously this failure had two reasons:

  1. Through changes, multiple heads occured. ---> Merge them and commit&push the changes
  2. The TOC-Makro does not update correct. Open the page containing the TOC in edit-mode via user-interface. Save it. Done. (refreshes the macro)
Philipp Andre