threefoldtech / home

Starting point for the threefoldtech organization
https://threefold.io
Apache License 2.0
9 stars 4 forks source link

wiki fixes [development_wiki_fixes] #489

Closed xmonader closed 4 years ago

xmonader commented 4 years ago
abom commented 4 years ago

In docsite loading, there's a problem with logChanges() of git client, it returns some paths in the format of /path/to/file\t/path/to/file which is invalid.

abom commented 4 years ago

Fixed links and loading, files referenced in links was copied and replaced processed files.

Also fixed dot and include macros, and custom link format.

All fixed after working closely with @waleedhammam.

abom commented 4 years ago

@waleedhammam Fixed slideshow macros.

abom commented 4 years ago

Note that slideshow uses reveal.js, only a single reveal container should be included in a single page, so, only one slideshow macro per page is recommended.

abom commented 4 years ago

To run wikis, you can add zerobot.wiki_examples package and wait until it's loaded in background, then access it at http://<container ip>/zerobot/wiki_examples/wiki.

Also, to manually force reload, you can do something like:

JSX> p = j.tools.threebot_packages.get("tfgrid.registry")
LOAD CONFIG BCDB
JSX> p.load_wiki(reset=True)
Pishoy commented 4 years ago

all test are okay except first tab on left called Test not working, give below picture while i installed graphviz

image

abom commented 4 years ago

@Pishoy If you installed graphviz after loading this wiki, you need to reload it with reset=True