Skip to content

Commit

Permalink
recategorize for new docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Oct 5, 2018
1 parent 5ba14aa commit 0f7d7c6
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 104 deletions.
210 changes: 107 additions & 103 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Summary

* [Introduction](README.md)
* [Getting Started](getting_started/README.md)
* [Installing Serene From Visual Studio Marketplace](getting_started/installing_serene_from_visual_studio_gallery.md)
* [Installing Serene Directly From Visual Studio](getting_started/installing_serene_directly_from_visual_studio.md)
* [Instaling Serene Asp.Net Core Version with Serin](getting_started/instaling-serene-aspnet-core-version-with-serin.md)
* [Starting Serene](getting_started/starting_serene.md)
* [A Tour Of Serene Features](serene_tour/README.md)
* [Theming](serene_tour/theming.md)
* [Localization](serene_tour/localization.md)
* [User and Role Management](serene_tour/user_and_role_management.md)
* [Listing Pages](serene_tour/listing_pages.md)
* [Edit Dialogs](serene_tour/edit_dialogs.md)
* [Tutorials](tutorials/readme.md)
* [Getting Started](getting_started/README.md)
* [Installing Serene From Visual Studio Marketplace](getting_started/installing_serene_from_visual_studio_gallery.md)
* [Installing Serene Directly From Visual Studio](getting_started/installing_serene_directly_from_visual_studio.md)
* [Instaling Serene Asp.Net Core Version with Serin](getting_started/instaling-serene-aspnet-core-version-with-serin.md)
* [Starting Serene](getting_started/starting_serene.md)
* [A Tour Of Serene Features](serene_tour/README.md)
* [Theming](serene_tour/theming.md)
* [Localization](serene_tour/localization.md)
* [User and Role Management](serene_tour/user_and_role_management.md)
* [Listing Pages](serene_tour/listing_pages.md)
* [Edit Dialogs](serene_tour/edit_dialogs.md)
* Tutorials
* [Movie Database](tutorials/movies/movies.md)
* [Creating Movie Table](tutorials/movies/creating_movie_table.md)
* [Generating Code For Movie Table](tutorials/movies/generating_code_for_movie_table.md)
Expand Down Expand Up @@ -41,96 +41,100 @@
* [Using Serenity Service Behaviors](tutorials/multi_tenancy/using_serenity_service_behaviors.md)
* [Extending Multi-Tenant Behavior To Northwind](tutorials/multi_tenancy/extending_multi-tenant_behavior_to_northwind.md)
* [Handling Lookup Scripts](tutorials/multi_tenancy/handling_lookup_scripts.md)
* [Meeting Management](tutorials/meeting/meeting_management.md)
* [Creating Lookup Tables](tutorials/meeting/creating_lookup_tables.md)
* [How To Guides](howto/how_to_guides.md)
* [How To: Remove Northwind & Other Samples From Serene](howto/removing_northwind.md)
* [How To: Update Serenity NuGet Packages](howto/how_to_update_serenity_nuget_packages.md)
* [How To: Upgrade to Serenity 2.0 and Enable TypeScript](howto/how_to_upgrade_to_serenity_2_typescript.md)
* [How To: Authenticate With Active Directory or LDAP](howto/how_to_authenticate_with_active_directory_or_ldap.md)
* [How To: Use a SlickGrid Formatter](howto/how_to_use_a_slickgrid_formatter.md)
* [How To: Add a Row Selection Column](howto/how_to_add_a_row_selection_column.md)
* [How To: Setup Cascaded Editors](howto/how_to_setup_cascaded_editors.md)
* [How To: Use Recaptcha](howto/how_to_use_recaptcha.md)
* [How To: Register Permissions in Serene](howto/how_to_register_permissions_in_serene.md)
* [How To: Use a Third Party Plugin With Serenity](howto/how_to_use_a_third_party_plugin_with_serenity.md)
* [How To: Enable Script Bundling](howto/how_to_enable_script_bundling.md)
* [How To: Debugging with Serenity Sources](howto/how_to_debugging_with_serenity_sources.md)
* [Frequently Asked Questions](faq/frequently_asked_questions.md)
* [Troubleshooting](faq/troubleshooting.md)
* [Service Locator & Initialization](service_locator/README.md)
* [Dependency Static Class](service_locator/dependency_static_class.md)
* [IDependencyResolver Interface](service_locator/idependencyresolver_interface.md)
* [IDependencyRegistrar Interface](service_locator/idependencyregistrar_interface.md)
* [MunqContainer Class](service_locator/munqcontainer_class.md)
* [CommonInitialization Static Class](service_locator/commoninitialization_static_class.md)
* [Authentication & Authorization](authentication/README.md)
* [IAuthenticationService Interface](authentication/iauthenticationservice_interface.md)
* [IAuthorizationService Interface](authentication/iauthorizationservice_interface.md)
* [IPermissionService Interface](authentication/ipermissionservice_interface.md)
* [IUserDefinition Interface](authentication/iuserdefinition_interface.md)
* [IUserRetrieveService Interface](authentication/iuserretrieveservice_interface.md)
* [Authorization Static Class](authentication/authorization_static_class.md)
* [Configuration System](configuration_system/README.md)
* [Defining Configuration Settings](configuration_system/defining_configuration_settings.md)
* [IConfigurationRepository Interface](configuration_system/iconfigurationrepository_interface.md)
* [AppSettingsJsonConfigRepository](configuration_system/appsettingsjsonconfigrepository.md)
* [Config Static Class](configuration_system/config_static_class.md)
* [Localization](localization/README.md)
* [LocalText Class](localization/localtext_class.md)
* [Language Identifiers](localization/language_identifiers.md)
* [Language Fallbacks](localization/language_fallbacks.md)
* [ILocalTextRegistry Interface](localization/ilocaltextregistry_interface.md)
* [LocalTextRegistry Class](localization/localtextregistry_class.md)
* [Pending Approval Mode](localization/pending_approval_mode.md)
* [Registering Translations](localization/registering_translations.md)
* [Manually Registering Translations](localization/manually_registering_translations.md)
* [Nested Local Texts](localization/nested_local_texts.md)
* [Enumeration Texts](localization/enumeration_texts.md)
* [JSON Local Texts](localization/json_local_texts.md)
* [Caching](caching/README.md)
* [Local Caching](caching/local_caching.md)
* [ILocalCache Interface](caching/ilocalcache_interface.md)
* [LocalCache Static Class](caching/localcache_static_class.md)
* [User Profile Caching Sample](caching/user_profile_caching_sample.md)
* [Distributed Caching](caching/distributed_caching.md)
* [WEB Farms and Caching](caching/web_farms_and_caching.md)
* [IDistributedCache Interface](caching/idistributedcache_interface.md)
* [Distributed Cache Static Class](caching/distributed_cache_static_class.md)
* [DistributedCacheEmulator Class](caching/distributedcacheemulator_class.md)
* [CouchbaseDistributedCache Class](caching/couchbasedistributedcache_class.md)
* [RedisDistributedCache Class](caching/redisdistributedcache_class.md)
* [Two Level Caching](caching/two_level_caching.md)
* [Using Local Cache and Distributed Cache In Sync](caching/using_local_cache_and_distributed_cache_in_sync.md)
* [TwoLevelCache Class](caching/twolevelcache_class.md)
* [Entities \(Row\)](entities/entities_row.md)
* [Mapping Attributes](entities/mapping_attributes.md)
* [FieldFlags Enumeration](entities/fieldflags_enumeration.md)
* [Fluent SQL](fluent_sql/fluent_sql.md)
* [SqlQuery Object](fluent_sql/sqlquery_object.md)
* [Criteria Objects](fluent_sql/criteria_objects.md)
* [Connections and Transactions](connections/connections_and_transactions.md)
* SQL Database Types
* [Working with Other Databases](work-with-other-database-types.md)
* [Setting Connection Dialect](setting-connection-dialect.md)
* [Dialect Based Expressions](dialect-based-expressions.md)
* [PostgreSQL](postgresql.md)
* [MySQL](mysql.md)
* [Sqlite](sqlite.md)
* [Oracle](oracle.md)
* [Services](services/README.md)
* [Service Endpoints](services/service_endpoints.md)
* [List Request Handler](services/list_request_handler.md)
* [Widgets](widgets/README.md)
* [ScriptContext Class](widgets/scriptcontext_class.md)
* [Widget Class](widgets/widget_class.md)
* [Widget With Options](widgets/widget_with_options.md)
* [TemplatedWidget Class](widgets/templated_widget_class.md)
* [TemplatedDialog Class](widgets/templated_dialog_class.md)
* [Attributes](attributes/attributes.md)
* [Grids](grids/readme.md)
* [Formatter Types](grids/formatter_types.md)
* [Persisting Settings](grids/persisting_settings.md)
* [Code Generator \(Sergen\)](sergen/code_generator_sergen.md)
* Knowledge Base
* How To Guides
* [Update Serenity NuGet Packages](howto/how_to_update_serenity_nuget_packages.md)
* [Remove Northwind & Other Samples From Serene](howto/removing_northwind.md)
* [Authenticate With Active Directory or LDAP](howto/how_to_authenticate_with_active_directory_or_ldap.md)
* [Enable Script Bundling](howto/how_to_enable_script_bundling.md)
* [Debugging with Serenity Sources](howto/how_to_debugging_with_serenity_sources.md)
* [Add a Row Selection Column](howto/how_to_add_a_row_selection_column.md)
* [Setup Cascaded Editors](howto/how_to_setup_cascaded_editors.md)
* [Use Recaptcha](howto/how_to_use_recaptcha.md)
* [Register Permissions in Serene](howto/how_to_register_permissions_in_serene.md)
* [Use a Third Party Plugin With Serenity](howto/how_to_use_a_third_party_plugin_with_serenity.md)
* [Use a SlickGrid Formatter](howto/how_to_use_a_slickgrid_formatter.md)
* [Upgrade to Serenity 2.0 and Enable TypeScript](howto/how_to_upgrade_to_serenity_2_typescript.md)
* [Frequently Asked Questions](faq/frequently_asked_questions.md)
* [Troubleshooting](faq/troubleshooting.md)
* Framework Features
* [Service Locator & Initialization](service_locator/README.md)
* [Dependency Static Class](service_locator/dependency_static_class.md)
* [IDependencyResolver Interface](service_locator/idependencyresolver_interface.md)
* [IDependencyRegistrar Interface](service_locator/idependencyregistrar_interface.md)
* [MunqContainer Class](service_locator/munqcontainer_class.md)
* [CommonInitialization Static Class](service_locator/commoninitialization_static_class.md)
* [Authentication & Authorization](authentication/README.md)
* [IAuthenticationService Interface](authentication/iauthenticationservice_interface.md)
* [IAuthorizationService Interface](authentication/iauthorizationservice_interface.md)
* [IPermissionService Interface](authentication/ipermissionservice_interface.md)
* [IUserDefinition Interface](authentication/iuserdefinition_interface.md)
* [IUserRetrieveService Interface](authentication/iuserretrieveservice_interface.md)
* [Authorization Static Class](authentication/authorization_static_class.md)
* [Configuration System](configuration_system/README.md)
* [Defining Configuration Settings](configuration_system/defining_configuration_settings.md)
* [IConfigurationRepository Interface](configuration_system/iconfigurationrepository_interface.md)
* [AppSettingsJsonConfigRepository](configuration_system/appsettingsjsonconfigrepository.md)
* [Config Static Class](configuration_system/config_static_class.md)
* [Localization](localization/README.md)
* [LocalText Class](localization/localtext_class.md)
* [Language Identifiers](localization/language_identifiers.md)
* [Language Fallbacks](localization/language_fallbacks.md)
* [ILocalTextRegistry Interface](localization/ilocaltextregistry_interface.md)
* [LocalTextRegistry Class](localization/localtextregistry_class.md)
* [Pending Approval Mode](localization/pending_approval_mode.md)
* [Registering Translations](localization/registering_translations.md)
* [Manually Registering Translations](localization/manually_registering_translations.md)
* [Nested Local Texts](localization/nested_local_texts.md)
* [Enumeration Texts](localization/enumeration_texts.md)
* [JSON Local Texts](localization/json_local_texts.md)
* [Caching](caching/README.md)
* [Local Caching](caching/local_caching.md)
* [ILocalCache Interface](caching/ilocalcache_interface.md)
* [LocalCache Static Class](caching/localcache_static_class.md)
* [User Profile Caching Sample](caching/user_profile_caching_sample.md)
* [Distributed Caching](caching/distributed_caching.md)
* [WEB Farms and Caching](caching/web_farms_and_caching.md)
* [IDistributedCache Interface](caching/idistributedcache_interface.md)
* [Distributed Cache Static Class](caching/distributed_cache_static_class.md)
* [DistributedCacheEmulator Class](caching/distributedcacheemulator_class.md)
* [CouchbaseDistributedCache Class](caching/couchbasedistributedcache_class.md)
* [RedisDistributedCache Class](caching/redisdistributedcache_class.md)
* [Two Level Caching](caching/two_level_caching.md)
* [Using Local Cache and Distributed Cache In Sync](caching/using_local_cache_and_distributed_cache_in_sync.md)
* [TwoLevelCache Class](caching/twolevelcache_class.md)
* Data Access
* [Entities \(Row\)](entities/entities_row.md)
* [Mapping Attributes](entities/mapping_attributes.md)
* [FieldFlags Enumeration](entities/fieldflags_enumeration.md)
* [Fluent SQL](fluent_sql/fluent_sql.md)
* [SqlQuery Object](fluent_sql/sqlquery_object.md)
* [Criteria Objects](fluent_sql/criteria_objects.md)
* [Connections and Transactions](connections/connections_and_transactions.md)
* SQL Database Types
* [Working with Other Databases](work-with-other-database-types.md)
* [Setting Connection Dialect](setting-connection-dialect.md)
* [Dialect Based Expressions](dialect-based-expressions.md)
* [PostgreSQL](postgresql.md)
* [MySQL](mysql.md)
* [Sqlite](sqlite.md)
* [Oracle](oracle.md)
* [Services](services/README.md)
* [Service Endpoints](services/service_endpoints.md)
* [List Request Handler](services/list_request_handler.md)
* UI
* Forms & Grids
* [Attributes](attributes/attributes.md)
* [Grids](grids/readme.md)
* [Formatter Types](grids/formatter_types.md)
* [Persisting Settings](grids/persisting_settings.md)
* Script Classes
* [Widgets](widgets/README.md)
* [ScriptContext Class](widgets/scriptcontext_class.md)
* [Widget Class](widgets/widget_class.md)
* [Widget With Options](widgets/widget_with_options.md)
* [TemplatedWidget Class](widgets/templated_widget_class.md)
* [TemplatedDialog Class](widgets/templated_dialog_class.md)
* [Code Generator \(Sergen\)](sergen/code_generator_sergen.md)
* [Used Tools & Libraries](getting_started/used_tools_and_libraries.md)

2 changes: 1 addition & 1 deletion howto/how_to_enable_script_bundling.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Here we define two distinct bundles, *Libs* and *Site*, corresponding to *Bundle

*Bundle.Site.js* is configured to contain these three JS files (in the listed order):

````
```
"~/Scripts/adminlte/app.js",
"~/Scripts/Site/Serene.Script.js",
"~/Scripts/Site/Serene.Web.js"
Expand Down
3 changes: 3 additions & 0 deletions howto/how_to_update_serenity_nuget_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Serenity.Data
Serenity.Data.Entity
Serenity.Services
Serenity.Web
Serenity.Web.Assets
Serenity.Web.Tooling
Serenity.CodeGenerator
```

Expand All @@ -18,6 +20,7 @@ And type following:
```ps
Update-Package Serenity.Web
Update-Package Serenity.CodeGenerator
Update-Package Serenity.Web.Tooling
```

Updating these two packages will also update others (because of dependencies).

0 comments on commit 0f7d7c6

Please sign in to comment.