Skip to content

Commit

Permalink
upgrade documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 31, 2023
1 parent 7838f67 commit 7f974b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

### [Sniffs](./sniffs/README.md)

They are grouped by categories to solve PHP features (from 4.0 to 8.2)
They are grouped by categories to solve PHP features (from 4.0 to 8.3)

- Arrays (3)
- Attributes (4)
Expand Down
16 changes: 2 additions & 14 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,8 @@ markdown_extensions:
nav:
- "Home": README.md
- "Getting-Started": installation.md
- "Components":
- "PHP Parser":
- "Visitors": components/parser/README.md
- "Profiler":
- "Data Collectors": components/profiler/README.md
- "Sniffs": components/sniffs/README.md
- "Extensions": components/extensions/README.md
- "Output format": components/extensions/reporter.md
- "Polyfills": components/polyfills/README.md
- "Components": components/README.md
- "Configurations": configs/README.md
- "Conditional Code":
- "Introduction": conditional-code/introduction.md
- "Indirect Call": conditional-code/indirect-call.md
- "Multiple Signature": conditional-code/multiple-signature.md
- "Some Limitation": conditional-code/limitation.md
- "Conditional Code": conditional-code/README.md
- "Exclusions": exclusions/README.md
- "Architecture": architecture/README.md

0 comments on commit 7f974b3

Please sign in to comment.