From d2110d82f795cdfe2e71f34d0be9dbf30cd2b9ae Mon Sep 17 00:00:00 2001 From: j-aub Date: Sun, 12 Nov 2023 16:12:45 -0500 Subject: [PATCH] include event api docs --- docs/index.md | 3 ++- mkdocs.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index de10bc5..af1fad4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -57,6 +57,7 @@ NOMAD_REGION=us-east-1a |client|N|N|N|N |evaluation|Y|N|Y|N |evaluations|Y|Y|Y|Y +|event|N|N|N|N |job|Y|N|Y|N |jobs|Y|Y|Y|Y |node|Y|N|Y|N @@ -88,4 +89,4 @@ pip install -r requirements-dev.txt ``` vagrant up --provider virtualbox py.test --cov=nomad --cov-report=term-missing --runxfail tests/ -``` \ No newline at end of file +``` diff --git a/mkdocs.yml b/mkdocs.yml index 7f7575b..cf1f47a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,6 +16,7 @@ pages: - Deployments: 'api/deployments.md' - Evaluations: 'api/evaluations.md' - Evaluation: 'api/evaluation.md' + - Event: 'api/event.md' - Job: 'api/job.md' - Jobs: 'api/jobs.md' - Metrics: 'api/metrics.md'