How do I get guides processed by ExDoc?

How do I get ExDoc to process and publish project guides?

For example, there is a guides directory in the Phoenix GitHub project. If go to the Phoenix hexdocs site, those docs are present.

How can I make this happen for my project?

Thanks

1 Like

Looks good. Thanks

@LostKobrakai Well, it looked like you gave me enough to figure it out, but I’m not there yet. The only thing in your snippet that looks relevant is **extra_section: “GUIDES”. I tried creating a top level dir with that name and added a markdown files to it. When I generate docs I get that section, but the content is unchanged.

Is there some additional documentation somewhere?

Thanks

Never mind. I just needed to read down a bit. Sorry.