Skip to main content

Internal Guide: Platform includes file location in the Docs repository.

Updated over a month ago

Issue

I want to open a PR to modify the docs but all I see is this in the code:

<PlatformContent includePath="some/path" />

Where should I look for these in the repo?

Symptoms

For example, you want to modify the Job Monitoring section of this page:

## Requirements

<PlatformContent includePath="crons/requirements" />

<PlatformContent includePath="crons/setup" />

Resolution

Here you can search for the page based on the path.

For the example above, here you can find the correct page:

Did this answer your question?