From 8505999c5307c915373532996ca02af9add1a705 Mon Sep 17 00:00:00 2001 From: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:43:05 +0530 Subject: [PATCH] updated the information Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> --- content/en/blog/_index.md | 8 - .../new-features/2023-10-04-auto-scaling.md | 26 -- .../2023-10-09-install-applications.md | 40 --- .../new-features/2024-05-01-event-driven.md | 13 - content/en/blog/new-features/_index.md | 4 - content/en/blog/releases/_index.md | 4 - .../in-depth-monoliths-detailed-spec.md | 244 ------------------ content/en/docs/Cloud Providers/_index.md | 5 +- content/en/docs/Concepts/_index.md | 4 +- content/en/docs/Ksctl Operators/_index.md | 9 + .../en/docs/Kubernetes Distributions/k3s.md | 2 + .../docs/Kubernetes Distributions/kubeadm.md | 2 + content/en/docs/Reference/_index.md | 7 - content/en/docs/Storage/_index.md | 7 +- content/en/docs/Storage/external.md | 4 +- content/en/docs/Storage/local.md | 4 +- content/en/docs/_index.md | 21 +- content/en/docs/architecture/_index.md | 4 + .../en/docs/architecture/api-components.md | 4 +- content/en/docs/roadmap.md | 26 +- content/en/search.md | 2 +- 21 files changed, 43 insertions(+), 397 deletions(-) delete mode 100644 content/en/blog/_index.md delete mode 100644 content/en/blog/new-features/2023-10-04-auto-scaling.md delete mode 100644 content/en/blog/new-features/2023-10-09-install-applications.md delete mode 100644 content/en/blog/new-features/2024-05-01-event-driven.md delete mode 100644 content/en/blog/new-features/_index.md delete mode 100644 content/en/blog/releases/_index.md delete mode 100755 content/en/blog/releases/in-depth-monoliths-detailed-spec.md diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md deleted file mode 100644 index 95ccb91..0000000 --- a/content/en/blog/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Blog -menu: {main: {weight: 30}} ---- - -This is the **blog** section. It has two categories: News and Releases. - -Files in these directories will be listed in reverse chronological order. diff --git a/content/en/blog/new-features/2023-10-04-auto-scaling.md b/content/en/blog/new-features/2023-10-04-auto-scaling.md deleted file mode 100644 index 2f8c6be..0000000 --- a/content/en/blog/new-features/2023-10-04-auto-scaling.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Feature Auto Scaling -tags: [kubernetes-client-go, ksctl] -author: Dipankar Das ([@DipankarDas011](https://twitter.com/DipankarDas011)) ---- - -{{% alert title="Note `Experimental`" %}} -Currently planned to support auto-scaling for self-managed clusters - -(Controllers part is under development) -{{% /alert %}} - - -During creation of the cluster it installs necessary configurations and statefile to the cluster -and also creates a slim version of ksctl core api (aka scaleup and scaledown) - -Added then the controller will use certain metrics from metrics server to determine when to call HTTP requests to the ksctl to scaleup or scaledown - -to use this feature -```bash -ksctl create ha- ... --feature-flag autoscale -``` - -### Here is deatiled view - -![Propsal design](/ksctl-docs/img/ksctl-auto-scaling-fp.excalidraw.svg) diff --git a/content/en/blog/new-features/2023-10-09-install-applications.md b/content/en/blog/new-features/2023-10-09-install-applications.md deleted file mode 100644 index 8da8fc2..0000000 --- a/content/en/blog/new-features/2023-10-09-install-applications.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Feature Install Applications -tags: [kubernetes-client-go, ksctl, cncf] -author: Dipankar Das ([@DipankarDas011](https://twitter.com/DipankarDas011)) - ---- - -> **DEPRECATED** - -{{% alert title="Note `Experimental`" %}} -Currently Argocd, Kube-Prometheus Stack, Cilium ... is supported -{{% /alert %}} - -## How to use it -It provides a way to install common applications like argocd, and many more to come - -> it is supported for both managed and HA cluster - -```bash -ksctl create ... --feature-flag application --apps argocd,istio --cni cilium -``` - -## For the apps options are - ---- -Updated: 2023-12-30 ---- - -- argo-rollouts -- argocd -- istio -- prometheus-stack - -## for the cni - -- cilium -- azure -> for aks -- flannel (default) -> for ha default in k3s so no need -- kubenet -- kind diff --git a/content/en/blog/new-features/2024-05-01-event-driven.md b/content/en/blog/new-features/2024-05-01-event-driven.md deleted file mode 100644 index 938e9eb..0000000 --- a/content/en/blog/new-features/2024-05-01-event-driven.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Feature ksctl event driven architecture -tags: [kubernetes-client-go, ksctl, cncf] -author: Dipankar Das ([@DipankarDas011](https://twitter.com/DipankarDas011)) ---- - -It makes the feature [Install application (DEPRICATED)](/content/en/blog/new-features/2023-10-09-install-applications.md) - -Here is the new event driven architecture Diagram -![Diagram](https://raw.githubusercontent.com/ksctl/enhancements/main/poc/ksctl-components/overall.svg) - -For more information about this -[Refer](https://github.com/ksctl/enhancements/tree/main/poc/ksctl-components) diff --git a/content/en/blog/new-features/_index.md b/content/en/blog/new-features/_index.md deleted file mode 100644 index 78bda23..0000000 --- a/content/en/blog/new-features/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Latest Developments -weight: 20 ---- diff --git a/content/en/blog/releases/_index.md b/content/en/blog/releases/_index.md deleted file mode 100644 index 9143a23..0000000 --- a/content/en/blog/releases/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Releases -weight: 20 ---- diff --git a/content/en/blog/releases/in-depth-monoliths-detailed-spec.md b/content/en/blog/releases/in-depth-monoliths-detailed-spec.md deleted file mode 100755 index 6dfeeea..0000000 --- a/content/en/blog/releases/in-depth-monoliths-detailed-spec.md +++ /dev/null @@ -1,244 +0,0 @@ ---- -title: Another Great Release -date: 2018-01-04 -description: > - A short lead description about this content page. Text here can also be - **bold** or _italic_ and can even be split over multiple paragraphs. ---- - -Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://github.com) should be blue with no underlines (unless hovered over). - -There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. - -There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. - -> There should be no margin above this first sentence. -> -> Blockquotes should be a lighter gray with a border along the left side in the secondary color. -> -> There should be no margin below this final sentence. - -## First Header - -This is a normal paragraph following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - - - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -On big screens, paragraphs and headings should not take up the full container width, but we want tables, code blocks and similar to take the full width. - -Lorem markdownum tuta hospes stabat; idem saxum facit quaterque repetito -occumbere, oves novem gestit haerebat frena; qui. Respicit recurvam erat: -pignora hinc reppulit nos **aut**, aptos, ipsa. - -Meae optatos *passa est* Epiros utiliter *Talibus niveis*, hoc lata, edidit. -Dixi ad aestum. - -## Header 2 - -> This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### Header 3 - -``` -This is a code block following a header. -``` - -#### Header 4 - -* This is an unordered list following a header. -* This is an unordered list following a header. -* This is an unordered list following a header. - -##### Header 5 - -1. This is an ordered list following a header. -2. This is an ordered list following a header. -3. This is an ordered list following a header. - -###### Header 6 - -| What | Follows | -|-----------|-----------------| -| A table | A header | -| A table | A header | -| A table | A header | - ----------------- - -There's a horizontal rule above and below this. - ----------------- - -Here is an unordered list: - -* Salt-n-Pepa -* Bel Biv DeVoe -* Kid 'N Play - -And an ordered list: - -1. Michael Jackson -2. Michael Bolton -3. Michael Bublé - -And an unordered task list: - -- [x] Create a sample markdown document -- [x] Add task lists to it -- [ ] Take a vacation - -And a "mixed" task list: - -- [ ] Steal underpants -- ? -- [ ] Profit! - -And a nested list: - -* Jackson 5 - * Michael - * Tito - * Jackie - * Marlon - * Jermaine -* TMNT - * Leonardo - * Michelangelo - * Donatello - * Raphael - -Definition lists can be used with Markdown syntax. Definition terms are bold. - -Name -: Godzilla - -Born -: 1952 - -Birthplace -: Japan - -Color -: Green - - ----------------- - -Tables should have bold headings and alternating shaded rows. - -| Artist | Album | Year | -|-------------------|-----------------|------| -| Michael Jackson | Thriller | 1982 | -| Prince | Purple Rain | 1984 | -| Beastie Boys | License to Ill | 1986 | - -If a table is too wide, it should scroll horizontally. - -| Artist | Album | Year | Label | Awards | Songs | -|-------------------|-----------------|------|-------------|----------|-----------| -| Michael Jackson | Thriller | 1982 | Epic Records | Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical | Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life | -| Prince | Purple Rain | 1984 | Warner Brothers Records | Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal | Let's Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I'm a Star, Purple Rain | -| Beastie Boys | License to Ill | 1986 | Mercury Records | noawardsbutthistablecelliswide | Rhymin & Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill | - ----------------- - -Code snippets like `var foo = "bar";` can be shown inline. - -Also, `this should vertically align` ~~`with this`~~ ~~and this~~. - -Code can also be shown in a block element. - -``` -foo := "bar"; -bar := "foo"; -``` - -Code can also use syntax highlighting. - -```go -func main() { - input := `var foo = "bar";` - - lexer := lexers.Get("javascript") - iterator, _ := lexer.Tokenise(nil, input) - style := styles.Get("github") - formatter := html.New(html.WithLineNumbers()) - - var buff bytes.Buffer - formatter.Format(&buff, style, iterator) - - fmt.Println(buff.String()) -} -``` - -``` -Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. -``` - -Inline code inside table cells should still be distinguishable. - -| Language | Code | -|-------------|--------------------| -| Javascript | `var foo = "bar";` | -| Ruby | `foo = "bar"{` | - ----------------- - -Small images should be shown at their actual size. - -![](https://placekitten.com/g/300/200/) - -Large images should always scale down and fit in the content container. - -![](https://placekitten.com/g/1200/800/) - -## Components - -### Alerts - -{{< alert >}}This is an alert.{{< /alert >}} -{{< alert title="Note:" >}}This is an alert with a title.{{< /alert >}} -{{< alert type="success" >}}This is a successful alert.{{< /alert >}} -{{< alert type="warning" >}}This is a warning!{{< /alert >}} -{{< alert type="warning" title="Warning!" >}}This is a warning with a title!{{< /alert >}} - - -## Sizing - -Add some sections here to see how the ToC looks like. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### Parameters available - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### Using pixels - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### Using rem - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -## Memory - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### RAM to use - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### More is better - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### Used RAM - -Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - - - -``` -This is the final element on the page and there should be no margin below this. -``` diff --git a/content/en/docs/Cloud Providers/_index.md b/content/en/docs/Cloud Providers/_index.md index d2f4ece..e5912f3 100644 --- a/content/en/docs/Cloud Providers/_index.md +++ b/content/en/docs/Cloud Providers/_index.md @@ -4,5 +4,6 @@ weight: 4 description: > Info about the cloud providers available --- - -This Page includes more info about different cloud providers \ No newline at end of file +{{% pageinfo %}} +This Page includes more info about different cloud providers +{{% /pageinfo %}} diff --git a/content/en/docs/Concepts/_index.md b/content/en/docs/Concepts/_index.md index 479d40c..4491cd8 100644 --- a/content/en/docs/Concepts/_index.md +++ b/content/en/docs/Concepts/_index.md @@ -4,7 +4,9 @@ description: > Concepts around ksctl core --- +{{% pageinfo %}} This section will help you to learn about the underlying system of Ksctl. It will help you to obtain a deeper understanding of how Ksctl works. +{{% /pageinfo %}} ## Sequence diagrams for 2 major operations @@ -38,4 +40,4 @@ sequenceDiagram csm->>kc: shares 'kubeconfig' kc->>kc: installs kubectl agent, stateimporter and controllers kc->>csm: status of creation -``` \ No newline at end of file +``` diff --git a/content/en/docs/Ksctl Operators/_index.md b/content/en/docs/Ksctl Operators/_index.md index 342d846..649690f 100644 --- a/content/en/docs/Ksctl Operators/_index.md +++ b/content/en/docs/Ksctl Operators/_index.md @@ -19,3 +19,12 @@ Storage -->|No| KA(Ksctl Agent) KSI -->KA KA -->|Health| D(Deploy other ksctl controllers) ``` + +{{% alert title="Some Docs" color="primary" %}} +Here is the new event driven architecture Diagram +![Diagram](https://raw.githubusercontent.com/ksctl/enhancements/main/poc/ksctl-components/overall.svg) + +For more information about this +[Refer](https://github.com/ksctl/enhancements/tree/main/poc/ksctl-components) + +{{% /alert %}} diff --git a/content/en/docs/Kubernetes Distributions/k3s.md b/content/en/docs/Kubernetes Distributions/k3s.md index 5f84c4e..d6e6542 100644 --- a/content/en/docs/Kubernetes Distributions/k3s.md +++ b/content/en/docs/Kubernetes Distributions/k3s.md @@ -5,7 +5,9 @@ tags: [k3s, ha, core] categories: [Kubernetes Provider] --- +{{% pageinfo %}} K3s for HA Cluster on supported provider +{{% /pageinfo %}} K3s is used for self-managed clusters. Its a lightweight k8s distribution. We are using it as follows: diff --git a/content/en/docs/Kubernetes Distributions/kubeadm.md b/content/en/docs/Kubernetes Distributions/kubeadm.md index 8b47e0d..cdf0302 100644 --- a/content/en/docs/Kubernetes Distributions/kubeadm.md +++ b/content/en/docs/Kubernetes Distributions/kubeadm.md @@ -5,7 +5,9 @@ categories: [Kubernetes Provider] tags: [Kubeadm, ha, core] --- +{{% pageinfo %}} Kubeadm for HA Cluster on supported provider +{{% /pageinfo %}} Kubeadm support is added with etcd as datastore diff --git a/content/en/docs/Reference/_index.md b/content/en/docs/Reference/_index.md index e414a42..ef8ac87 100644 --- a/content/en/docs/Reference/_index.md +++ b/content/en/docs/Reference/_index.md @@ -3,10 +3,3 @@ title: Reference description: Low level reference docs for your project. weight: 9 --- - -{{% pageinfo %}} -This is a placeholder page that shows you how to use this template site. -{{% /pageinfo %}} - -If your project has an API, configuration, or other reference - anything that users need to look up that’s at an even lower level than a single task - put (or link to it) here. You can serve and link to generated reference docs created using Doxygen, -Javadoc, or other doc generation tools by putting them in your `static/` directory. Find out more in [Adding static content](https://docsy.dev/docs/adding-content/content/#adding-static-content). For OpenAPI reference, Docsy also provides a [Swagger UI layout and shortcode](https://www.docsy.dev/docs/adding-content/shortcodes/#swaggerui) that renders [Swagger UI](https://swagger.io/tools/swagger-ui/) using any OpenAPI YAML or JSON file as source. diff --git a/content/en/docs/Storage/_index.md b/content/en/docs/Storage/_index.md index 1293a51..f97b240 100644 --- a/content/en/docs/Storage/_index.md +++ b/content/en/docs/Storage/_index.md @@ -3,4 +3,9 @@ title: Storage description: What does your user need to know to try your project? categories: [Storage Provider] tags: [storage, core] ---- \ No newline at end of file +--- + + +{{% pageinfo %}} +storage providers +{{% /pageinfo %}} diff --git a/content/en/docs/Storage/external.md b/content/en/docs/Storage/external.md index c319eef..e98c4d6 100644 --- a/content/en/docs/Storage/external.md +++ b/content/en/docs/Storage/external.md @@ -5,7 +5,9 @@ description: What does your user need to know to try your project? tags: [storage, core] --- -# External MongoDB Storage +{{% pageinfo %}} +External MongoDB as a Storage provider +{{% /pageinfo %}} Refer : `internal/storage/external/mongodb` diff --git a/content/en/docs/Storage/local.md b/content/en/docs/Storage/local.md index 3ff8afa..da88c21 100644 --- a/content/en/docs/Storage/local.md +++ b/content/en/docs/Storage/local.md @@ -5,7 +5,9 @@ categories: [Storage Provider] tags: [storage, core] --- -# Local Storage +{{% pageinfo %}} +Local as a Storage Provider +{{% pageinfo %}} Refer: `internal/storage/local` diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 68a79cf..ed08389 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -6,24 +6,5 @@ weight: 20 --- {{% pageinfo %}} -This is a placeholder page that shows you how to use this template site. +This section is where the user documentation for your project lives {{% /pageinfo %}} - -This section is where the user documentation for your project lives - all the -information your users need to understand and successfully use your project. - -For large documentation sets we recommend adding content under the headings in -this section, though if some or all of them don’t apply to your project feel -free to remove them or add your own. You can see an example of a smaller Docsy -documentation site in the [Docsy User Guide](https://docsy.dev/docs/), which -lives in the [Docsy theme -repo](https://github.com/google/docsy/tree/master/userguide) if you'd like to -copy its docs section. - -Other content such as marketing material, case studies, and community updates -should live in the [About](/about/) and [Community](/community/) pages. - -Find out how to use the Docsy theme in the [Docsy User -Guide](https://docsy.dev/docs/). You can learn more about how to organize your -documentation (and how we organized this site) in [Organizing Your -Content](https://docsy.dev/docs/best-practices/organizing-content/). \ No newline at end of file diff --git a/content/en/docs/architecture/_index.md b/content/en/docs/architecture/_index.md index 9687e97..4626c57 100644 --- a/content/en/docs/architecture/_index.md +++ b/content/en/docs/architecture/_index.md @@ -5,3 +5,7 @@ categories: [Examples, Placeholders] tags: [test, docs] weight: 2 --- + +{{% pageinfo %}} +Architecture diagrams +{{% /pageinfo %}} diff --git a/content/en/docs/architecture/api-components.md b/content/en/docs/architecture/api-components.md index d273081..f6c50fa 100644 --- a/content/en/docs/architecture/api-components.md +++ b/content/en/docs/architecture/api-components.md @@ -7,7 +7,9 @@ weight: 2 --- -# API Components +{{% pageinfo %}} +Core Design Components +{{% /pageinfo %}} ## Design diff --git a/content/en/docs/roadmap.md b/content/en/docs/roadmap.md index c2397c2..1c87af7 100644 --- a/content/en/docs/roadmap.md +++ b/content/en/docs/roadmap.md @@ -4,7 +4,9 @@ description: What does your user need to know to try your project? tags: [roadmap, core] --- -## Current Status on Supported Providers +{{% pageinfo %}} +Current Status on Supported Providers +{{% pageinfo %}}
Done
Not Started
@@ -51,25 +53,3 @@ flowchart LR; ``` - - -## Future Plans - -DEPRICATED!! - -refer to knowledge docs - -1. add distributions of binaries via the package managers -2. ~~AWS Support~~ -3. GCP support -4. Create RestAPI for using ksctl without CLI -5. Create server running ksctl which can reconsile state automatically -6. Dashboard for Ksctl -7. ~~Kubeadm support~~ -8. ~~Data store - etcd (follow-up cluster of datastores)~~ -9. Production Ready Apps -10. ~~Development Ready Apps~~ -11. ~~additional kubernetes application support~~ -12. ~~improve the High avilability cluster architecture~~ -13. ~~improve logging in local~~ - diff --git a/content/en/search.md b/content/en/search.md index d9a4d5b..394feea 100644 --- a/content/en/search.md +++ b/content/en/search.md @@ -1,4 +1,4 @@ --- title: Search Results layout: search ---- \ No newline at end of file +---