Skip to content

Commit ea1d35e

Browse files
authored
Single page (#82)
* New PokeAPI custom layout (#81) * New PokeAPI custom layout * Remove broken logo * Added support for compiling to a single page * Bug fix * Lint fix * Rebuilt docs * Regenerated package lock
1 parent cde0b67 commit ea1d35e

File tree

56 files changed

+89306
-87516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+89306
-87516
lines changed

examples/custom/mistral/speakeasy.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,14 @@ export default {
5050
spec: "../../specs/mistral.yaml",
5151
output: {
5252
pageOutDir: "./src/app/api",
53-
componentOutDir: "./src/components/speakeasy",
5453
framework: "custom",
5554
createSite() {
5655
return new MistralSite();
5756
},
57+
singlePage: true,
5858
},
5959
display: {
6060
visibleResponses: "success",
61-
showDebugPlaceholders: false,
62-
expandTopLevelPropertiesOnPageLoad: true,
6361
},
6462
tryItNow: [
6563
{

0 commit comments

Comments
 (0)