Skip to content
Snippets Groups Projects
wiki-overview.tsx 1.09 KiB
Newer Older
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed

Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export function WikiOverview(){

    return(
        <div>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                <p>This content is not yet finished and will be reworked after the Jamboree.</p>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                <p>To help teams get started, we wrote down what we wished we would have easily found while building our wiki with React.</p>
                <p><b>Getting startet</b> explains some basics that are important to know. This especially concerns the differences between using plain HTML and React, but the structure of the wiki, too. </p>
                <p><b>Troubleshooting</b> is an iteractive search for problems that may arise and how we solved them.  </p>
                <p><b>Components</b> contains some components we used that we found very helpful. Many packages that offer components such as timelines were not exactly what we were looking for or did not work with our packages. The solution was to create our own components. </p>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                <p><b>Downloads</b> contains svgs we created - not all of them we were able to use. </p>
                <p><b>Resources</b> contains links zu helpful external. </p>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
        </div>
    )
}