Tezt/Cloud: add missing index.md.jingoo file

What

Add missing index.md.jingoo file

Why

It was missing and running the command

dune exec tezt/tests/cloud/main.exe -- cloud dal -v --network ghostnet --prometheus --website --proxy

raises the following error:

    [15:21:11.372] [python3#0] python3 -m http.server 80 --directory /tmp/website
    [15:21:11.373] [error] file /root/tezt/lib_cloud/website/index.md.jingoo not found

How

Copy the missing file in proxy.ml.

Manually testing the MR

Run the following command

dune exec tezt/tests/cloud/main.exe -- cloud dal -v --network ghostnet --prometheus --website --proxy

And visit the corresponding website address (http://{your profile}.nl-dal.saroupille.com/).

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports

Loading