Skip to content

Commit

Permalink
updates dates of smd files
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Dec 19, 2024
1 parent acb9e9d commit 350027a
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion content/zls/configure/in-editor.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "In-Editor Config",
.date = @date("2020-03-02T00:00:00"),
.date = @date("2020-06-02T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/configure/index.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Configuration",
.date = @date("2020-03-01T00:00:00"),
.date = @date("2020-06-01T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/configure/per-build.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Per-Build Config",
.date = @date("2020-03-04T00:00:00"),
.date = @date("2020-06-04T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/configure/zls-json.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "zls.json Config",
.date = @date("2020-03-03T00:00:00"),
.date = @date("2020-06-03T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/emacs.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Emacs",
.date = @date("2020-02-07T00:00:00"),
.date = @date("2020-04-07T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/emacs/doom-emacs.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Doom Emacs",
.date = @date("2020-02-07T02:00:00"),
.date = @date("2020-04-07T02:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/emacs/gnu-emacs.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "GNU Emacs",
.date = @date("2020-02-07T01:00:00"),
.date = @date("2020-04-07T01:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/emacs/spacemacs.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Spacemacs",
.date = @date("2020-02-07T03:00:00"),
.date = @date("2020-04-07T03:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/helix.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Helix",
.date = @date("2020-02-04T00:00:00"),
.date = @date("2020-04-04T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/jetbrains.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "JetBrains IDEs",
.date = @date("2020-02-03T00:00:00"),
.date = @date("2020-04-03T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/kate.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Kate",
.date = @date("2020-02-08T00:00:00"),
.date = @date("2020-04-08T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/sublime-text.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Sublime Text",
.date = @date("2020-02-02T00:00:00"),
.date = @date("2020-04-02T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/vim.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Neovim / Vim8",
.date = @date("2020-02-06T00:00:00"),
.date = @date("2020-04-06T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/vim/coc.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Conquer of Completion (CoC)",
.date = @date("2020-02-06T02:00:00"),
.date = @date("2020-04-06T02:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/vim/nvim-lspconfig.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "nvim-lspconfig",
.date = @date("2020-02-06T01:00:00"),
.date = @date("2020-04-06T01:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/vim/ycm.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "YouCompleteMe",
.date = @date("2020-02-06T03:00:00"),
.date = @date("2020-04-06T03:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/vscode.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "VS Code",
.date = @date("2020-02-01T00:00:00"),
.date = @date("2020-04-01T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/editors/zed.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Zed",
.date = @date("2020-02-05T00:00:00"),
.date = @date("2020-04-05T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
.custom = {
Expand Down
2 changes: 1 addition & 1 deletion content/zls/guides/build-on-save.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "Build-On-Save",
.date = @date("2020-04-01T00:00:00"),
.date = @date("2020-08-01T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/guides/view-logs.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "View Logs",
.date = @date("2020-04-02T00:00:00"),
.date = @date("2020-08-02T00:00:00"),
.author = "Sample Author",
.layout = "zls-docs.shtml",
}
Expand Down
2 changes: 1 addition & 1 deletion content/zls/install.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "ZLS Installation Guide",
.date = @date("2020-01-00T00:00:00"),
.date = @date("2020-02-00T00:00:00"),
.author = "Sample Author",
.layout = "zls-install.shtml",
.aliases = [
Expand Down
2 changes: 1 addition & 1 deletion content/zls/releases/index.smd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
.title = "ZLS Releases",
.date = @date("2020-07-06T00:00:00"),
.date = @date("2020-10-00T00:00:00"),
.author = "Sample Author",
.layout = "page.shtml",
}
Expand Down

0 comments on commit 350027a

Please sign in to comment.