From b410c3ed9529d94211ace62f3bbe2ee21c0de2ea Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 29 Oct 2024 08:28:47 +0000 Subject: [PATCH] Publish documentation --- build/teamcity/index.html | 25 +- languages/baselanguage/index.html | 3 +- patterns/language_design/index.html | 3 +- patterns/user_experience/index.html | 6 +- .../accessing_the_project/index.html | 29 +- search/search_index.json | 2 +- sitemap.xml | 442 +++++++++--------- sitemap.xml.gz | Bin 2626 -> 2626 bytes 8 files changed, 274 insertions(+), 236 deletions(-) diff --git a/build/teamcity/index.html b/build/teamcity/index.html index f6bd2ccc..71f1754b 100644 --- a/build/teamcity/index.html +++ b/build/teamcity/index.html @@ -1045,6 +1045,15 @@ + + +
  • + + + JetBrains TeamCity + + +
  • @@ -1517,6 +1526,15 @@ + + +
  • + + + JetBrains TeamCity + + +
  • @@ -1624,6 +1642,9 @@

    TeamCity

    the agent's Docker image.

    About ten agents are available for running builds simultaneously. They are hosted at multiple different locations (in server rooms and the cloud). The agents are running Linux, except one agent, which is running Windows 10, and one is running Mac OS X.

    Docker

    +
    +

    This section is outdated, Docker is not used anymore.

    +

    Dockerdocker-compose ⧉ as an orchestration tool.

    +

    JetBrains TeamCity

    +

    JetBrains are also building MPS on Teamcity which can be reached via https://teamcity.jetbrains.com/project/MPS?mode=builds#all-projects ⧉. They provide downloadable artifacts, installers and have tests for different subsystems such as the typesystem, generation and also for some MPS platforms such as MPS-Extensions. All configurations starting from 2017.1 are available up to the latest MPS version which is the master branch.

    @@ -1667,7 +1690,7 @@

    Docker - July 12, 2024 + October 29, 2024 diff --git a/languages/baselanguage/index.html b/languages/baselanguage/index.html index 72e6f0f7..6f2b3889 100644 --- a/languages/baselanguage/index.html +++ b/languages/baselanguage/index.html @@ -1853,6 +1853,7 @@

    Blog Postspattern matching for instanceof ⧉
  • double brace initialization ⧉
  • +

    For a full list of Java features in general, visit: Java Versions and Features | marcobehler.com or A categorized list of all Java and JVM features since JDK 8 to 21 | Advanced Web Machinery ⧉

    A function with Base Language code doesn't return anything when called.

    @@ -2147,7 +2148,7 @@

    Image Generation for Nodes - July 12, 2024 + October 29, 2024 diff --git a/patterns/language_design/index.html b/patterns/language_design/index.html index 2507129e..a869abfe 100644 --- a/patterns/language_design/index.html +++ b/patterns/language_design/index.html @@ -1736,6 +1736,7 @@

    GeneralWhen is something a (domain-specific) language? ⧉ (Markus Voelter's blog)
  • What is Model Driven Engineering ⧉ (F1RE's blog)
  • Domain-driven design vs. language engineering ⧉ (Specific Languages' blog)
  • +
  • Pioneers, Settlers, Town Planners [Wardley] ⧉
  • Introducing DSLs