Skip to content
#

docs

Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.

Here are 2,239 public repositories matching this topic...

Rick-Anderson
Rick-Anderson commented Jun 2, 2020

Create an include (something like https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.md

With the info from https://github.com/dotnet/aspnetcore/wiki/MVC-Reserved-Keywords on routing. Be stronger, something like

These keywords should not be used for link generations, as model bound parameters, or top level properties.

Add the include to the 3

humitos
humitos commented Dec 16, 2020

I've been using the --backupdb when running migrate (inv docker.manage --backupdb migrate) and today I needed the dump to go back to an old db state. I followed these steps:

inv docker.compose 'start database'
docker cp dump.sql commercial_database_1:/tmp/dump.sql
inv docker.shell --container database

$ dropdb -U docs_user docs_db
$ createdb -U docs_user docs_db
$ psql -U docs

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Jun 16, 2019
  • CSS
Wikipedia
Wikipedia
You can’t perform that action at this time.