> For the complete documentation index, see [llms.txt](https://docs-example.gitbook.io/forge-website/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-example.gitbook.io/forge-website/modify-the-website/update-the-schedule.md).

# Update the schedule

## Date of the week

To change the schedule on the website, all you have to do is to open the pages folder and then open the main.jsx folder.

After that, scroll to until you see this function.

<figure><img src="https://1077808367-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHy2Z883f5hDk189oPzpu%2Fuploads%2F5ysccan5ojpAFn0nJWg2%2Fimage.png?alt=media&amp;token=76bcc76d-3d54-46be-9148-b32c7bdb2df3" alt=""><figcaption></figcaption></figure>

Change the isOpen to true for the day that you want to open and false for days that are closed.

## Hours

For the hours, open the data folder and open hours.js, and change the hours however you like. Make sure the date of the week matches with the hours.

<figure><img src="https://1077808367-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHy2Z883f5hDk189oPzpu%2Fuploads%2FMm8Ym79Go0z6DblGbS91%2FScreenshot%202025-11-13%20at%205.31.09%E2%80%AFPM.png?alt=media&amp;token=ebb37825-6160-4221-97e6-fd6adbbfc638" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Remember to commit the changes.
{% endhint %}
