mirror of
				https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
				synced 2025-11-04 11:59:27 +00:00 
			
		
		
		
	Add some download links
This commit is contained in:
		@@ -7,9 +7,9 @@
 | 
			
		||||
    "build": "run-s build:content",
 | 
			
		||||
    "build:content": "run-p build:content:*",
 | 
			
		||||
    "build:content:web": "honkit build",
 | 
			
		||||
    "build:content:pdf": "honkit pdf . ./public/books/books.pdf",
 | 
			
		||||
    "build:content:epub": "honkit epub . ./public/books/books.epub",
 | 
			
		||||
    "build:content:mobi": "honkit mobi . ./public/books/books.mobi"
 | 
			
		||||
    "build:content:pdf": "honkit pdf . ./public/books/book.pdf",
 | 
			
		||||
    "build:content:epub": "honkit epub . ./public/books/book.epub",
 | 
			
		||||
    "build:content:mobi": "honkit mobi . ./public/books/book.mobi"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "gitbook-plugin-anchors": "^0.7.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,13 @@
 | 
			
		||||
# 「モダンからはじめる プログラミング生活!」
 | 
			
		||||
 | 
			
		||||
## 本としてダウンロード
 | 
			
		||||
 | 
			
		||||
- [PDF](/books/book.pdf)
 | 
			
		||||
 | 
			
		||||
- [EPUB](/books/book.epub)
 | 
			
		||||
 | 
			
		||||
- [MOBI](/books/book.mobi)
 | 
			
		||||
 | 
			
		||||
## このリポジトリについて
 | 
			
		||||
 | 
			
		||||
## このリポジトリの使い方、読み進め方
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user