Skip to content

Commit 1a65ac2

Browse files
Merge pull request #112 from codefori/environmentView
Environment view documentation
2 parents 3f1fea2 + c3a7f9a commit 1a65ac2

104 files changed

Lines changed: 927 additions & 765 deletions

File tree

Some content is hidden

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

.astro/astro/content.d.ts

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ declare module 'astro:content' {
152152

153153
type ContentEntryMap = {
154154
"docs": {
155-
"browsers/goToFile.mdx": {
156-
id: "browsers/goToFile.mdx";
157-
slug: "browsers/gotofile";
155+
"browsers/go-to-file.mdx": {
156+
id: "browsers/go-to-file.mdx";
157+
slug: "browsers/go-to-file";
158158
body: string;
159159
collection: "docs";
160160
data: InferEntrySchema<"docs">
@@ -229,27 +229,6 @@ declare module 'astro:content' {
229229
collection: "docs";
230230
data: InferEntrySchema<"docs">
231231
} & { render(): Render[".mdx"] };
232-
"developing/actions/custom-vars.mdx": {
233-
id: "developing/actions/custom-vars.mdx";
234-
slug: "developing/actions/custom-vars";
235-
body: string;
236-
collection: "docs";
237-
data: InferEntrySchema<"docs">
238-
} & { render(): Render[".mdx"] };
239-
"developing/actions/execution.mdx": {
240-
id: "developing/actions/execution.mdx";
241-
slug: "developing/actions/execution";
242-
body: string;
243-
collection: "docs";
244-
data: InferEntrySchema<"docs">
245-
} & { render(): Render[".mdx"] };
246-
"developing/actions/index.mdx": {
247-
id: "developing/actions/index.mdx";
248-
slug: "developing/actions";
249-
body: string;
250-
collection: "docs";
251-
data: InferEntrySchema<"docs">
252-
} & { render(): Render[".mdx"] };
253232
"developing/debug/configure.mdx": {
254233
id: "developing/debug/configure.mdx";
255234
slug: "developing/debug/configure";
@@ -376,6 +355,34 @@ declare module 'astro:content' {
376355
collection: "docs";
377356
data: InferEntrySchema<"docs">
378357
} & { render(): Render[".mdx"] };
358+
"environment/actions.mdx": {
359+
id: "environment/actions.mdx";
360+
slug: "environment/actions";
361+
body: string;
362+
collection: "docs";
363+
data: InferEntrySchema<"docs">
364+
} & { render(): Render[".mdx"] };
365+
"environment/index.mdx": {
366+
id: "environment/index.mdx";
367+
slug: "environment";
368+
body: string;
369+
collection: "docs";
370+
data: InferEntrySchema<"docs">
371+
} & { render(): Render[".mdx"] };
372+
"environment/profiles.mdx": {
373+
id: "environment/profiles.mdx";
374+
slug: "environment/profiles";
375+
body: string;
376+
collection: "docs";
377+
data: InferEntrySchema<"docs">
378+
} & { render(): Render[".mdx"] };
379+
"environment/variables.mdx": {
380+
id: "environment/variables.mdx";
381+
slug: "environment/variables";
382+
body: string;
383+
collection: "docs";
384+
data: InferEntrySchema<"docs">
385+
} & { render(): Render[".mdx"] };
379386
"extensions/clle/index.mdx": {
380387
id: "extensions/clle/index.mdx";
381388
slug: "extensions/clle";
@@ -516,13 +523,6 @@ declare module 'astro:content' {
516523
collection: "docs";
517524
data: InferEntrySchema<"docs">
518525
} & { render(): Render[".mdx"] };
519-
"settings/profiles.mdx": {
520-
id: "settings/profiles.mdx";
521-
slug: "settings/profiles";
522-
body: string;
523-
collection: "docs";
524-
data: InferEntrySchema<"docs">
525-
} & { render(): Render[".mdx"] };
526526
"settings/system.mdx": {
527527
id: "settings/system.mdx";
528528
slug: "settings/system";

0 commit comments

Comments
 (0)