diff --git a/books.txt b/books.txt index b7d73312b..48a3b56cb 100644 --- a/books.txt +++ b/books.txt @@ -18,4 +18,5 @@ perl-intro/perl.json php-programming/php.json python-mocking/python.json python-programming/python.json +value/value.json web/web.json diff --git a/slides.txt b/slides.txt index 16a68ec82..ff9b94a9d 100644 --- a/slides.txt +++ b/slides.txt @@ -1,3 +1,2 @@ about -value windows-cmd diff --git a/value/intro.md b/value/introduction.md similarity index 99% rename from value/intro.md rename to value/introduction.md index fc5ff04ff..41df7a459 100644 --- a/value/intro.md +++ b/value/introduction.md @@ -1,5 +1,5 @@ # How to develop software faster and have more stable releases? -{id: index} +{id: value} ## Self introduction {id: self-introduction} diff --git a/value/value.json b/value/value.json new file mode 100755 index 000000000..7d8c23c5e --- /dev/null +++ b/value/value.json @@ -0,0 +1,11 @@ +{ + "title": "How to develop software faster and have more stable releases?", + "author": "Gabor Szabo", + "first_year": "2018", + "copyright_name": "Gabor Szabo", + "copyright_url": "https://szabgab.com/", + "version": "1.01", + "files": [ + "introduction.md" + ] +}