Skip to content

Commit

Permalink
switching to default casing for API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhimanyuAryan committed Sep 7, 2022
1 parent 2771aba commit 569c929
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ docs/build
.DS_Store
.vscode
test/build
Manifest.toml
Manifest.toml
sessions
28 changes: 14 additions & 14 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ makedocs(
pages = [
"Home" => "index.md",
"SearchLight API" => [
"Callbacks" => "api/callbacks.md",
"Configuration" => "api/configuration.md",
"Exceptions" => "api/exceptions.md",
"FileTemplates" => "api/filetemplates.md",
"Generator" => "api/generator.md",
"Migrations" => "api/migrations.md",
"ModelTypes" => "api/modeltypes.md",
"QueryBuilder" => "api/querybuilder.md",
"Relationships" => "api/relationships.md",
"SearchLight" => "api/searchlight.md",
"Serializer" => "api/serializer.md",
"Callbacks" => "API/callbacks.md",
"Configuration" => "API/configuration.md",
"Exceptions" => "API/exceptions.md",
"FileTemplates" => "API/filetemplates.md",
"Generator" => "API/generator.md",
"Migrations" => "API/migrations.md",
"ModelTypes" => "API/modeltypes.md",
"QueryBuilder" => "API/querybuilder.md",
"Relationships" => "API/relationships.md",
"SearchLight" => "API/searchlight.md",
"Serializer" => "API/serializer.md",
"Serializers" => [
"JsonSerializer" => "api/serializers/json.md",
"JsonSerializer" => "API/serializers/json.md",
],
"Transactions" => "api/transactions.md",
"Validation" => "api/validation.md",
"Transactions" => "API/transactions.md",
"Validation" => "API/validation.md",
]
],
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 569c929

Please sign in to comment.