# Examples The following examples are included for reference. ```{toctree} :maxdepth: 2 :glob: :titlesonly: * !index.md ``` ## Global variables This is a snippet of the `global_variables.yml` file which holds the static metadata described in the [Getting Started](../../getting_started.md) section. In real cases this file will be much longer. ```{eval-rst} .. toggle:: .. literalinclude:: examples/fmuconfig/output/global_variables.yml :language: yaml ```