Skip to content

Commit

Permalink
docs: Add exampel
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 17, 2024
1 parent 14b4ed3 commit c166719
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/content/Examples/System-Development/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 📦 System Development
weight: 200
---

`Qob` is the magic file that `qob` will read it as the init file in Lisp implementation.

```cl
;; -*- mode: lisp; lexical-binding: t -*-
(files "lisp"
"scripts"
"Makefile"
"LICENSE"
"Qob")
(source "quicklisp")
(source "ultralisp")
```
19 changes: 19 additions & 0 deletions docs/content/Examples/System-Development/_index.zh-tw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 📦 System 開發
weight: 200
---

`Qob` 是魔法文件,`qob` 會將其讀取為 Lisp 實踐中的初始化文件。

```cl
;; -*- mode: lisp; lexical-binding: t -*-
(files "lisp"
"scripts"
"Makefile"
"LICENSE"
"Qob")
(source "quicklisp")
(source "ultralisp")
```
4 changes: 4 additions & 0 deletions docs/content/Examples/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Examples
weight: 300
---
4 changes: 4 additions & 0 deletions docs/content/Examples/_index.zh-tw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 範例
weight: 300
---

0 comments on commit c166719

Please sign in to comment.