On Sun, May 21, 2023, 8:02 AM Gregory Nutt <spudan...@gmail.com> wrote:
> On 5/21/2023 8:12 AM, Nathan Hartman wrote: > > Recently I added the new docs [1] and [2] to Documentation/guides but > > they are not appearing on the website [3]. > > > > Does anyone know what I missed? > > > > [1] > https://github.com/apache/nuttx/blob/master/Documentation/guides/zerolatencyinterrupts.rst > > > > [2] > https://github.com/apache/nuttx/blob/master/Documentation/guides/nestedinterrupts.rst > > > > [3] https://nuttx.apache.org/docs/latest/guides/index.html > > > > Thanks, > > Nathan > > I see them: > > https://nuttx.apache.org/docs/latest/guides/zerolatencyinterrupts.html > > https://nuttx.apache.org/docs/latest/guides/nestedinterrupts.html As Greg said they are showing up, so I think everything is good, but you should be aware that there is a once a day cron job that will pick up the changes from the OS repo. Changes to the website repo will be triggered nearly immediately. If you want to trigger this job manually you can also do that and there are instructions here for that https://github.com/apache/nuttx-website#force-deployment Additionally there are some cache settings that we do not not control, so if the publish job ran and you still don't see it, give it a ctrl-f5 and it might appear. --Brennan