Vitepress

This commit is contained in:
Robert Jelic
2025-02-10 06:53:23 +01:00
parent 3818128521
commit b0a4a6da9c
2428 changed files with 1005324 additions and 0 deletions

22
node_modules/shiki/samples/jssm.sample generated vendored Normal file
View File

@@ -0,0 +1,22 @@
machine_name : "BGP";
machine_reference : "http://www.inetdaemon.com/tutorials/internet/ip/routing/bgp/operation/finite_state_model.shtml";
machine_version : 1.0.0;
machine_author : "John Haugeland <stonecypher@gmail.com>";
machine_license : MIT;
jssm_version : >= 5.0.0;
Idle -> [Idle Connect];
Connect -> [Idle Connect OpenSent Active];
Active -> [Idle Connect OpenSent Active];
OpenSent -> [Idle Active OpenConfirm];
OpenConfirm -> [Idle OpenSent OpenConfirm Established];
Established -> [Idle Established];
# from https://github.com/StoneCypher/jssm/blob/main/src/machines/linguist/bgp.fsl