From 0c78ebd6308329713a2d2dd9bc007ca9c36d98cc Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger <70865+arschles@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:26:48 -0700 Subject: [PATCH] Removing the known limitations file (#1710) As @thomasf pointed out, these limitations no longer apply Fixes #1709 --- docs/content/intro/known-limitations.md | 15 --------------- docs/content/intro/known-limitations.zh.md | 13 ------------- 2 files changed, 28 deletions(-) delete mode 100644 docs/content/intro/known-limitations.md delete mode 100755 docs/content/intro/known-limitations.zh.md diff --git a/docs/content/intro/known-limitations.md b/docs/content/intro/known-limitations.md deleted file mode 100644 index 71248f62..00000000 --- a/docs/content/intro/known-limitations.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Known Limitations" -date: 2018-11-01T13:58:58-07:00 -weight: 4 -LastModifierDisplayName: "Marwan" -LastModifierEmail: "marwan.sameer@gmail.com" - ---- - -Go Modules is still behind an experimental flag and therefore it's important to know how Athens can help you *now* until Go Modules is standardized and on by default. - -#### What Athens can do well _now_ - -- Athens works well within a CI/CD system that installs your modules without needing a vendor folder. -- Athens works well inside your own company without exposing it to unlimited public traffic. diff --git a/docs/content/intro/known-limitations.zh.md b/docs/content/intro/known-limitations.zh.md deleted file mode 100755 index 7a70b1c4..00000000 --- a/docs/content/intro/known-limitations.zh.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "已知局限" -date: 2018-11-01T13:58:58-07:00 -weight: 4 - ---- - -Go 模块(Modules) 仍然处于实验阶段,因此在go模块标准化并默认启用之前,了解Athens现在能如何帮助您是很重要的。 - -#### Athens _目前_ 擅长哪些方面 - -- Athens 在CI / CD系统中运行良好,你可以安装模块而无需vendor文件夹。 -- Athens 在公司内部、不暴露于外网海量流量的系统中工作良好.