Skip to content

Commit

Permalink
chore(docs): removing oracles from 0.22.0 (#4104)
Browse files Browse the repository at this point in the history
# Description

Removes Oracles documentation from version 0.22.0.. 

## Problem\*

We went on documenting oracles for 0.22.0 (and a lil bit painfully,
gonna be honest). Unforgivable.


![image](https://github.com/noir-lang/noir/assets/20129824/10f1fb82-13eb-4e16-9502-8dbdb0bf723a)

Closes #4096

---------

Co-authored-by: Tom French <tom@tomfren.ch>
  • Loading branch information
signorecello and TomAFrench authored Jan 22, 2024
1 parent 6001b01 commit 455399f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 361 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
script: |
const labels = context.payload.pull_request.labels.map(label => label.name);
if (!labels.includes('documentation')) {
github.issues.addLabels({
github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
Expand Down
57 changes: 0 additions & 57 deletions docs/versioned_docs/version-v0.22.0/explainers/explainer-oracle.md

This file was deleted.

280 changes: 0 additions & 280 deletions docs/versioned_docs/version-v0.22.0/how_to/how-to-oracles.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/versioned_docs/version-v0.22.0/noir/syntax/oracles.md

This file was deleted.

0 comments on commit 455399f

Please sign in to comment.