diff --git a/README.md b/README.md index 354fe5e..22b2928 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Programming Notes +# Dev Notes -Personal notes on various programming languages to be used as quick reference. Sum-up of personal knowledge. +Personal notes on various programming languages, technologies, tools, etc. to be used as quick reference. -> **Note**: These notes are not meant to be _comprehensive_ but to contain the most frequently used information . For _complete_ and _up to date_ documentation always go to the primary source. +> **Note**: These notes are not meant to be _comprehensive_ but to contain frequently used information. +> For _complete_ and _up to date_ documentation always go to the primary source. diff --git a/mkdocs.yml b/mkdocs.yml index 43f9342..22ab3b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,10 @@ -site_name: Programming Notes -repo_url: https://github.com/m-lamonaca/programming-notes +site_name: Dev Notes +repo_url: https://github.com/m-lamonaca/dev-notes repo_name: GitHub edit_uri: /blob/main/docs remote_branch: gh-pages remote_name: origin -site_url: http://m-lamonaca.github.io/programming-notes +site_url: http://m-lamonaca.github.io/dev-notes site_author: Marcello Lamonaca copyright: MIT