diff --git a/.vitepress/config.mts b/.vitepress/config.mts index acce7c4..67971fd 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -31,87 +31,18 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= }, sidebar: [ { - text: '计算机相关技术', + text: 'FHIR', + collapsed: true, + link: '/fhir/', items: [ - { - text: '程序语言', - collapsed: true, - items: [ - { - text: 'Java', link: '/programming-language/java/', collapsed: true, - items: [ - {text: '核心编程', link: '/programming-language/java/core/'}, - - ] - }, - {text: 'Python', link: '/programming-language/python/'}, - {text: 'Mumps', link: '/programming-language/mumps/'} - ] - }, + {text: '简介', link: '/fhir/introduction', collapsed: true}, ] }, { - text: '框架和库', - collapsed: true, - link: '/framework/', - items: [ - { - text: 'Spring', - collapsed: true, - items: [ - { - text: 'Java', link: '/programming-language/java/', collapsed: true, - items: [ - {text: '核心编程', link: '/programming-language/java/core/'}, - - ] - }, - {text: 'Python', link: '/programming-language/python/'}, - {text: 'Mumps', link: '/programming-language/mumps/'} - ] - }, - { - text: 'Node', - collapsed: true, - items: [ - { text: 'Yarn', link: '/framework/node/yarn', collapsed: true, }, - ] - }, - ] + text: 'Mumps', link: '/mumps',collapsed: true, }, { - text: 'DevOps', - collapsed: true, - link: '/dev-ops/', - items: [ - {text: 'OS', link: '/dev-ops/os/linux'}, - {text: '数据库', link: '/dev-ops/database/', - items: [ - {text: 'PostgreSQL', link: '/dev-ops/database/postgresql.md'}, - {text: 'MariaDB/MySQL', link: '/dev-ops/database/mariadb.md'}, - ] - }, - {text: 'Docker', link: '/dev-ops/container/docker.md'}, - - ] - }, - { - text: '面试和职场', - collapsed: true, - link: '/work/', - items: [ - {text: '面试', link: '/work/interview/'}, - {text: '职场', link: '/work/workplace/'}, - {text: '认证', link: '/work/certifications/'} - ] - }, - { - text: '短文', - collapsed: true, - link: '/article/', - items: [ - {text: '星途漫记', link: '/article/journey/'} - ] + text: '术语和参考', link: 'REFERENCE', collapsed: true, } ], diff --git a/REFERENCE.md b/REFERENCE.md deleted file mode 100644 index 87235ed..0000000 --- a/REFERENCE.md +++ /dev/null @@ -1,96 +0,0 @@ -# M[UMPS] 参考 (Reference) - -M 语言的参考很乱,到目前为止也没有找到非常多的有效文件。 - -在这个页面中,我们对网络上能收集到的文档和资料进行归档,以便于大家快速下载。 - -# M Programming Language - -MUMPS (M) is a high performance transaction processing key–value database with integrated programming language. - -__M history__ -https://en.wikipedia.org/wiki/MUMPS - -M syntax -https://en.wikipedia.org/wiki/MUMPS_syntax - -M standard -http://71.174.62.16/Demo/AnnoStd - -M language guide -https://www.cs.uni.edu/~okane/source/MUMPS-MDH/MumpsUsersGuide.pdf -https://www.cs.uni.edu/~okane/source/MUMPS-MDH/MumpsTutorial.pdf - -M language forum -https://groups.google.com/g/comp.lang.mumps - -M pocket guide -http://vistaexpertise.net/bookstore/1995-standard-mumps-pocket-guide/1995-standard-mumps-pocket-guide.pdf - -M example code -https://github.com/programarivm/mumps-examples -http://71.174.62.16/Demo/AnnoStd?Frame=Main&Page=a100006 - -M books -https://www.amazon.com/Mumps-Programming-Language-Kevin-OKane-ebook/dp/B00MZIMA1M - -M training -https://www.pioneerdatasys.com/site/train/m2s.html - -M utilities -https://www.hardhats.org/tools/MUtilframe.html - -M blogs -https://www.datasciencecentral.com/mumps-the-most-important-database-you-probably-never-heard-of -https://www.elys.com/blog/mumps-the-arcane-database-language-behind-our-electronic-medical-records - -M: Vista Programming -https://www.hardhats.org/tools/vpe/vpe_db.html -http://www.vistapedia.net/index.php/MUMPS_Overview -http://www.vistapedia.net/index.php/Introduction_To_Programming_VistA_with_MUMPS -http://www.vistapedia.net/index.php/VistA_Database_Globals -http://www.vistapedia.net/index.php/Object_Oriented_Programming_with_M - -## M implementations - -__Reference standard mumps (RSM)__ -https://gitlab.com/Reference-Standard-M/rsm - -__YottaDB__ -https://gitlab.com/YottaDB -https://yottadb.com/product/get-started/ -https://docs.yottadb.com/ProgrammersGuide/devcycle.html#overview-of-the-program-development-cycle -https://yottadb.com/connect-microsoft-analytics-and-business-intelligence-tools-to-octo/ - -### JSR - -https://mumps-dev.github.io/jsr/ - -### MUMPS Tutorials - -[Mumps 语言有关多层次和维度的程序员工具包指南(The Multi-Dimensional and Hierarchical Database Toolkit Programmer’s Guide)](https://www.isharkfly.com/t/the-multi-dimensional-and-hierarchical-database-toolkit-programmers-guide/16033) -[Mumps 语言快速基本概述(A Quick Overview of the Basics of the Mumps Language)](https://www.isharkfly.com/t/mumps/16037) -[Mumps 程序语言解释器编译器和 C++ 类库用户指南](https://www.isharkfly.com/t/mumps-c/16038) -[Mumps 语言标准指南 - 1995 年版](https://www.isharkfly.com/t/mumps-1995/16039) -[Mumps 语言开发标准 2020 年草案](https://www.isharkfly.com/t/mumps-2020/16040) - -https://www.cs.uni.edu/~okane/index.html -https://www.cs.uni.edu/~okane/mumps.html -https://www.cs.uni.edu/~okane/youtube.html#mumps -https://youtube.com/playlist?list=PLmMgHNtOIstYpwQRy5btu-P-Gl90IsjPM - -### Hacker News - -Introduction to the Mumps Language -https://news.ycombinator.com/item?id=16309237 -https://news.ycombinator.com/item?id=13859961 - -### Daily WTF - -https://thedailywtf.com/articles/MUMPS-Madness -https://thedailywtf.com/articles/A_Case_of_the_MUMPS -https://robtweed.wordpress.com/2012/10/21/a-case-of-the-mumps/ - -### M Developer gits - -https://github.com/robtweed \ No newline at end of file diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md new file mode 100644 index 0000000..623454e --- /dev/null +++ b/docs/REFERENCE.md @@ -0,0 +1,7 @@ +# 术语和参考 (Reference) + +M 语言的参考很乱,到目前为止也没有找到非常多的有效文件。 + +在这个页面中,我们对网络上能收集到的文档和资料进行归档,以便于大家快速下载。 + +## M Programming Language diff --git a/docs/index.md b/docs/index.md index 328ffae..5dd0770 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,11 +8,12 @@ hero: tagline: 欢迎来到 iSharkFly Health 文档 actions: - theme: brand - text: mumps - link: /mumps/index - - theme: alt text: FHIR link: /fhir + - theme: alt + text: mumps + link: /mumps + features: - title: iSharkFly 文档项目