fix project_slug error.
replace ml_pipeline with project_name or module_name from config
This commit is contained in:
1
{{cookiecutter.project_name}}/docs/.gitignore
vendored
Normal file
1
{{cookiecutter.project_name}}/docs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
book
|
||||
6
{{cookiecutter.project_name}}/docs/book.toml
Normal file
6
{{cookiecutter.project_name}}/docs/book.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[book]
|
||||
authors = ["publicmatt"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "{{cookiecutter.project_name}}"
|
||||
5
{{cookiecutter.project_name}}/docs/src/SUMMARY.md
Normal file
5
{{cookiecutter.project_name}}/docs/src/SUMMARY.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Summary
|
||||
|
||||
- [Overview](./index.md)
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
|
||||
1
{{cookiecutter.project_name}}/docs/src/chapter_1.md
Normal file
1
{{cookiecutter.project_name}}/docs/src/chapter_1.md
Normal file
@@ -0,0 +1 @@
|
||||
# Chapter 1
|
||||
1
{{cookiecutter.project_name}}/docs/src/index.md
Normal file
1
{{cookiecutter.project_name}}/docs/src/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Overview
|
||||
Reference in New Issue
Block a user