diff --git a/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Form.md b/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Form.md index 2c1f63ca2..5918e10c3 100644 --- a/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Form.md +++ b/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Form.md @@ -32,6 +32,15 @@ Clicking `Add page` should present you a modal with the following layout: - Title: The title of the page you are adding - Content: The content of your page formatted as Markdown. +!!! Tip "Linking to another page" + You can link from one page's content to another page (or to the Terms page) by adding an anchor tag that triggers a click on the target tab: + + ```html + Go to Evaluation + ``` + + Pages are numbered in the order they appear, starting from `_tab_page0`, `_tab_page1`, `_tab_page2`, and so on. The Terms page is the one exception and is always targeted with `_tab_page_term`, regardless of its position. + ## Phases The phases section allows you to define your phases and their attached tasks. diff --git a/documentation/docs/Project_CodaBench_FAQ.md b/documentation/docs/Project_CodaBench_FAQ.md index e6e7f0fb8..4006c747c 100644 --- a/documentation/docs/Project_CodaBench_FAQ.md +++ b/documentation/docs/Project_CodaBench_FAQ.md @@ -24,6 +24,9 @@ Follow the detailed instruction [here](Organizers/Benchmark_Creation/Public-Task ### How to delete my account? Click on your account name on the top right of the website, then on `account` +### How to link one competition page to another? +Follow the detailed instructions [here](Organizers/Benchmark_Creation/Competition-Creation-Form.md#pages) to link from one page's content to another page (or the Terms page) on your competition. + ***