Skip to content

Commit

Permalink
docs(topojson-export): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Dec 19, 2024
1 parent 69978f0 commit ea51c27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default {
setup() {
const { frontmatter } = useData();
const route = useRoute();
codeblocksFold({ route, frontmatter }, true, 250);
codeblocksFold({ route, frontmatter }, false, 200);
}
} satisfies Theme;
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/export/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
cbf: [2,4,5]
---

# Export Endpoint

:::warning NOTE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import io.swagger.v3.oas.annotations.media.Schema;
import org.heigit.ors.common.Pair;

import java.text.DecimalFormat;
import java.util.Map;

public class JsonEdge {
Expand Down

0 comments on commit ea51c27

Please sign in to comment.