and [project](../index.md#project-activity) activity pages.
### Limitations
Only edits made in the browser or through the API have their activity recorded.
Edits made and pushed through Git are not currently listed in the activity list.
### Enable or disable Wiki Events **(CORE ONLY)**
Wiki event activity is under development and not ready for production use. It is
deployed behind a feature flag that is **disabled by default**.
[GitLab administrators with access to the GitLab Rails console](../../../administration/troubleshooting/navigating_gitlab_via_rails_console.md#starting-a-rails-console-session)
can enable it for your instance. You're welcome to test it, but use it at your
own risk.
To enable it:
```ruby
Feature.enable(:wiki_events)
```
To disable it:
```ruby
Feature.disable(:wiki_events)
```
## Adding and editing wiki pages locally
## Adding and editing wiki pages locally
Since wikis are based on Git repositories, you can clone them locally and edit
Since wikis are based on Git repositories, you can clone them locally and edit