Skip to content

Commit 4cde6ca

Browse files
authored
Fix getting started server documentation (#689)
* Fix getting started server documentation * Remove wrong line
1 parent 4428b2e commit 4cde6ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/modules/ROOT/pages/includes/server-getting-started.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ WARNING: You probably already have this configuration if you created your applic
3434

3535
Now, create the directory `openapi` under your `src/main/resources` path and add the OpenAPI spec files there. We support JSON, YAML and YML extensions.
3636

37-
To fine tune the configuration for each spec file, add the following entry to your properties file. In this example, our spec file is in `src/main/openapi/petstore.json`:
38-
3937
If a base package name is not provided, it will be used the default `io.apicurio.api`.
4038

4139
You can customize the specification used for code generation with the following property:

docs/modules/ROOT/pages/server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ include::includes/want-to-contribute.adoc[]
1212
[[getting-started]]
1313
== Getting Started
1414

15-
include::./includes/getting-started.adoc[leveloffset=+1, opts=optional]
15+
include::./includes/server-getting-started.adoc[leveloffset=+1, opts=optional]

0 commit comments

Comments
 (0)