Can keras-team add a guide on how to update the documentation? So far, I have submitted to roformerV2, modelscope download source, and Muon optimizer for keras and keras_hub projects. But the documentation doesn't seem to be updated, but I don't know how to contribute to the update of the documentation. Can keras-team provide a guide?

Comment From: dhantule

Hi @pass-lin, thanks for reporting this.

The documentation is autogenerated using keras-io documentation generator, for example to update the documentation for muon optimizer, you'll have update the api_master file with this ``` { "path": "muon", "title": "Muon", "generate": ["keras.optimizers.Muon"], }

``` Similarly you can update the documentation for your other contributions, please follow these instructions.

Comment From: github-actions[bot]

This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.