Skip to content

Commit fa05880

Browse files
committed
[NETLOGO-BOT] Deploy documentation for version 7.0.3
1 parent 8087597 commit fa05880

3,266 files changed

Lines changed: 4876 additions & 4863 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy-docs.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ on:
77
workflow_dispatch:
88
inputs:
99
deploy_target:
10-
description: 'Deployment target'
10+
description: "Deployment target"
1111
required: false
12-
default: 'prebuild'
12+
default: "prebuild"
1313
type: choice
1414
options:
15-
- 'gh-pages/live-site'
15+
- "gh-pages/live-site"
1616
- staging
1717

1818
jobs:
1919
build-and-deploy:
2020
runs-on: ubuntu-latest
21-
21+
2222
permissions:
2323
contents: write
2424
pages: write
2525
id-token: write
26-
26+
2727
steps:
2828
- name: Checkout Source Branch
2929
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build Distribution Files
3838
run: |
3939
mkdir -p ${{ env.DIST_DIR }}
40-
40+
4141
EXCLUDE=("latest" "${{ env.DIST_DIR }}" "$(basename "$0")" ".git" ".github" ".gitignore" "README.md")
4242
for item in *; do
4343
if [[ ! " ${EXCLUDE[@]} " =~ " $item " ]]; then
@@ -58,7 +58,10 @@ jobs:
5858
else
5959
echo "::warning::'latest' directory or symlink not found."
6060
fi
61-
61+
62+
- name: Upsert .nojekyll File
63+
run: touch ${{ env.DIST_DIR }}/.nojekyll
64+
6265
- name: Configure Git
6366
run: |
6467
git config --global user.name "github-actions[bot]"
@@ -67,27 +70,27 @@ jobs:
6770
- name: Checkout Target Branch
6871
uses: actions/checkout@v4
6972
with:
70-
ref: 'gh-pages/live-site'
73+
ref: "gh-pages/live-site"
7174
path: prebuild-branch
7275

7376
- name: Deploy to gh-pages/live-site Branch
7477
id: deploy
7578
run: |
7679
cd prebuild-branch
77-
80+
7881
# Efficiently remove old files and copy new ones
7982
git rm -rf . && git clean -fxd
8083
cp -R ../${{ env.DIST_DIR }}/* .
81-
84+
8285
git add -A
83-
86+
8487
if git diff --staged --quiet; then
8588
echo "No changes to deploy."
8689
echo "status=no-changes" >> $GITHUB_OUTPUT
8790
else
8891
echo "Changes detected, committing and pushing."
8992
git commit -m "docs: Deploy documentation from main branch
90-
93+
9194
Source commit: ${{ github.sha }}
9295
Branch: ${{ github.ref_name }}
9396
Distribution size: $(du -sh ../${{ env.DIST_DIR }} | cut -f1)"

7.0.3/200.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/7.0.3/_nuxt/BhaEUtkl.js"}}</script><link rel="stylesheet" href="/7.0.3/_nuxt/entry.20LtT68n.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/7.0.3/_nuxt/BhaEUtkl.js"><link rel="prefetch" as="style" crossorigin href="/7.0.3/_nuxt/Announcer.C-ff4A4e.css"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/l48FSt8T.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/BIJBVf7o.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/fPDMOrJx.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/DorLTAdy.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/DONw9vz4.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/BXMnvQWV.js"><script type="module" src="/7.0.3/_nuxt/BhaEUtkl.js" crossorigin></script><script>"use strict";(()=>{const t=window,e=document.documentElement,c=["dark","light"],n=getStorageValue("localStorage","nuxt-color-mode")||"light";let i=n==="system"?u():n;const r=e.getAttribute("data-color-mode-forced");r&&(i=r),l(i),t["__NUXT_COLOR_MODE__"]={preference:n,value:i,getColorScheme:u,addColorScheme:l,removeColorScheme:d};function l(o){const s=""+o+"",a="";e.classList?e.classList.add(s):e.className+=" "+s,a&&e.setAttribute("data-"+a,o)}function d(o){const s=""+o+"",a="";e.classList?e.classList.remove(s):e.className=e.className.replace(new RegExp(s,"g"),""),a&&e.removeAttribute("data-"+a)}function f(o){return t.matchMedia("(prefers-color-scheme"+o+")")}function u(){if(t.matchMedia&&f("").media!=="not all"){for(const o of c)if(f(":"+o).matches)return o}return"light"}})();function getStorageValue(t,e){switch(t){case"localStorage":return window.localStorage.getItem(e);case"sessionStorage":return window.sessionStorage.getItem(e);case"cookie":return getCookie(e);default:return null}}function getCookie(t){const c=("; "+window.document.cookie).split("; "+t+"=");if(c.length===2)return c.pop()?.split(";").shift()}</script></head><body><div id="__netlogo" class="isolate"></div><div id="teleports"></div><script>window.__NUXT_SITE_CONFIG__=(function(a){return {_priority:{name:a,env:-15,url:a},env:"production",name:"NetLogo Documentation",url:"https:\u002F\u002Fdocs.netlogo.org"}}(-3))</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1768246540406,false]</script><script>window.__NUXT__={};window.__NUXT__.config={public:{extensions:[{title:"Arduino",href:"/arduino"},{title:"Array",href:"/array"},{title:"Bitmap",href:"/bitmap"},{title:"CSV",href:"/csv"},{title:"GIS",href:"/gis"},{title:"GoGo",href:"/gogo"},{title:"LevelSpace",href:"/ls"},{title:"Matrix",href:"/matrix"},{title:"Networks",href:"/nw"},{title:"Palette",href:"/palette"},{title:"Profiler",href:"/profiler"},{title:"Python",href:"/py"},{title:"Resource",href:"/resource"},{title:"Rnd",href:"/rnd"},{title:"Sound",href:"/sound"},{title:"Simple R",href:"/sr"},{title:"Table",href:"/table"},{title:"Time",href:"/time"},{title:"Vid",href:"/vid"},{title:"View2.5D",href:"/view2.5d"}],PRODUCT_NAME:"NetLogo Documentation",PRODUCT_VERSION:"7.0.3",PRODUCT_BUILD_DATE:"2026-01-12T13:32:54Z",PRODUCT_DISPLAY_NAME:"7.0.3",PRODUCT_WEBSITE:"https://docs.netlogo.org",NO_AUTOGEN:"",VERSIONS_SRC:"/versions.json",content:{wsUrl:""},mdc:{components:{prose:true,map:{}},headings:{anchorLinks:false}},gtag:{enabled:true,initMode:"auto",id:"G-ZET3KSPLMC",initCommands:[],config:{},tags:[],loadingStrategy:"defer",url:"https://www.googletagmanager.com/gtag/js"}},app:{baseURL:"/7.0.3/",buildId:"f1f4ef6c-2ade-440b-b1a6-7c683e88a885",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/7.0.3/_nuxt/CWm-REo-.js"}}</script><link rel="stylesheet" href="/7.0.3/_nuxt/entry.9uh07fbE.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/7.0.3/_nuxt/CWm-REo-.js"><link rel="prefetch" as="style" crossorigin href="/7.0.3/_nuxt/Announcer.C-ff4A4e.css"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/l48FSt8T.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/BIJBVf7o.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/DCUkAHXi.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/CmCMOTFL.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/lL_3nUSb.js"><link rel="prefetch" as="script" crossorigin href="/7.0.3/_nuxt/BXMnvQWV.js"><script type="module" src="/7.0.3/_nuxt/CWm-REo-.js" crossorigin></script><script>"use strict";(()=>{const t=window,e=document.documentElement,c=["dark","light"],n=getStorageValue("localStorage","nuxt-color-mode")||"light";let i=n==="system"?u():n;const r=e.getAttribute("data-color-mode-forced");r&&(i=r),l(i),t["__NUXT_COLOR_MODE__"]={preference:n,value:i,getColorScheme:u,addColorScheme:l,removeColorScheme:d};function l(o){const s=""+o+"",a="";e.classList?e.classList.add(s):e.className+=" "+s,a&&e.setAttribute("data-"+a,o)}function d(o){const s=""+o+"",a="";e.classList?e.classList.remove(s):e.className=e.className.replace(new RegExp(s,"g"),""),a&&e.removeAttribute("data-"+a)}function f(o){return t.matchMedia("(prefers-color-scheme"+o+")")}function u(){if(t.matchMedia&&f("").media!=="not all"){for(const o of c)if(f(":"+o).matches)return o}return"light"}})();function getStorageValue(t,e){switch(t){case"localStorage":return window.localStorage.getItem(e);case"sessionStorage":return window.sessionStorage.getItem(e);case"cookie":return getCookie(e);default:return null}}function getCookie(t){const c=("; "+window.document.cookie).split("; "+t+"=");if(c.length===2)return c.pop()?.split(";").shift()}</script></head><body><div id="__netlogo" class="isolate"></div><div id="teleports"></div><script>window.__NUXT_SITE_CONFIG__=(function(a){return {_priority:{name:a,env:-15,url:a},env:"production",name:"NetLogo Documentation",url:"https:\u002F\u002Fdocs.netlogo.org"}}(-3))</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1768250183334,false]</script><script>window.__NUXT__={};window.__NUXT__.config={public:{extensions:[{title:"Arduino",href:"/arduino"},{title:"Array",href:"/array"},{title:"Bitmap",href:"/bitmap"},{title:"CSV",href:"/csv"},{title:"GIS",href:"/gis"},{title:"GoGo",href:"/gogo"},{title:"LevelSpace",href:"/ls"},{title:"Matrix",href:"/matrix"},{title:"Networks",href:"/nw"},{title:"Palette",href:"/palette"},{title:"Profiler",href:"/profiler"},{title:"Python",href:"/py"},{title:"Resource",href:"/resource"},{title:"Rnd",href:"/rnd"},{title:"Sound",href:"/sound"},{title:"Simple R",href:"/sr"},{title:"Table",href:"/table"},{title:"Time",href:"/time"},{title:"Vid",href:"/vid"},{title:"View2.5D",href:"/view2.5d"}],PRODUCT_NAME:"NetLogo Documentation",PRODUCT_VERSION:"7.0.3",PRODUCT_BUILD_DATE:"2026-01-12T14:31:09Z",PRODUCT_DISPLAY_NAME:"7.0.3",PRODUCT_WEBSITE:"https://docs.netlogo.org",NO_AUTOGEN:"",VERSIONS_SRC:"/versions.json",content:{wsUrl:""},mdc:{components:{prose:true,map:{}},headings:{anchorLinks:false}},gtag:{enabled:true,initMode:"auto",id:"G-ZET3KSPLMC",initCommands:[],config:{},tags:[],loadingStrategy:"defer",url:"https://www.googletagmanager.com/gtag/js"}},app:{baseURL:"/7.0.3/",buildId:"e5b5571a-2c63-4c14-9d60-77d1afd379fd",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>

7.0.3/3d.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

7.0.3/3d/_payload.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

7.0.3/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

7.0.3/404/_payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"data":1,"prerenderedAt":3},["ShallowReactive",2],{},1768246542526]
1+
[{"data":1,"prerenderedAt":3},["ShallowReactive",2],{},1768250185472]

7.0.3/NetLogo_User_Manual.pdf

34.7 KB
Binary file not shown.

7.0.3/__nuxt_content/content/sql_dump.txt

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
17 KB
Loading
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)