From 1f9257939172b0bc6dd4075946cc270ad2ba619c Mon Sep 17 00:00:00 2001 From: Benoit Verhaeghe Date: Fri, 5 Apr 2024 14:16:20 +0200 Subject: [PATCH] more toc --- README.md | 2 ++ .../Users/famix-java/generate-java-code.md | 1 + .../getting-started-with-famixsql.md | 1 + moose-wiki/Users/moose-ide/browsers.md | 25 +------------------ moose-wiki/Users/typicalQueries/index.md | 16 +----------- moose-wiki/index.md | 5 +++- 6 files changed, 10 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 719f9d7..699bfb4 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,8 @@ toc: true --- ``` +It is possible to omit a title by adding after the title the `{: .no_toc}` code + #### Add/edit an author If it is the first time you write for the Moose blog, or if you want to edit your information, you might be interested by the `authors.json` file. diff --git a/moose-wiki/Users/famix-java/generate-java-code.md b/moose-wiki/Users/famix-java/generate-java-code.md index da6fbef..b6b1368 100644 --- a/moose-wiki/Users/famix-java/generate-java-code.md +++ b/moose-wiki/Users/famix-java/generate-java-code.md @@ -3,6 +3,7 @@ layout: page author: Benoit Verhaeghe background: '/img/bg-wiki.jpg' title: 'Generate Java Code' +toc: true --- One common action one want to perform is to generate the Java code that corresponds to a model. diff --git a/moose-wiki/Users/famix-sql/getting-started-with-famixsql.md b/moose-wiki/Users/famix-sql/getting-started-with-famixsql.md index 94cf204..fb178e5 100644 --- a/moose-wiki/Users/famix-sql/getting-started-with-famixsql.md +++ b/moose-wiki/Users/famix-sql/getting-started-with-famixsql.md @@ -3,6 +3,7 @@ layout: page author: Benoit Verhaeghe background: '/img/bg-wiki.jpg' title: 'Getting started with FamixSQL' +toc: true --- This page is a guide on how to use Moose to analyze your relational database using FamixSQL. diff --git a/moose-wiki/Users/moose-ide/browsers.md b/moose-wiki/Users/moose-ide/browsers.md index 0b55b07..9bcb41e 100644 --- a/moose-wiki/Users/moose-ide/browsers.md +++ b/moose-wiki/Users/moose-ide/browsers.md @@ -3,35 +3,12 @@ layout: page background: '/img/bg-wiki.jpg' title: 'Moose IDE' subtitle: 'Explore your application' +toc: true --- Moose IDE is a group of tools connected the one with the others that one can use to explore a model. On this page, we group the documentation for each tool. -- [Moose Toolbar](#moose-toolbar) -- [Moose IDE Overview](#moose-ide-overview) - - [Opening Browser](#opening-browser) - - [Creating a new bus](#creating-a-new-bus) -- [Models Browser](#models-browser) -- [Queries Browser](#queries-browser) -- [Logger Browser](#logger-browser) -- [Moose Inspector](#moose-inspector) -- [Tree browsers](#tree-browsers) - - [Tree Browser](#tree-browser) - - [Tree visualization browser](#tree-visualization-browser) - - [Tree Map Browser](#tree-map-browser) -- [Famix Browsers](#famix-browsers) - - [UML Browser](#uml-browser) - - [Source code Browser](#source-code-browser) - - [Files Browser](#files-browser) -- [Meta Browsers](#meta-browsers) - - [Moose Model Browser](#moose-model-browser) - - [Properties Browser](#properties-browser) - - [Fame Browser](#fame-browser) - - [Meta Browser](#meta-browser) -- [Developer tools](#developer-tools) - - [Moose Playground](#moose-playground) - ## Moose Toolbar The Moose toolbar is a group of entries in the main Pharo toolbar that provides fast access to all the Moose IDE tools. diff --git a/moose-wiki/Users/typicalQueries/index.md b/moose-wiki/Users/typicalQueries/index.md index e8c9c2a..409d0d5 100644 --- a/moose-wiki/Users/typicalQueries/index.md +++ b/moose-wiki/Users/typicalQueries/index.md @@ -2,6 +2,7 @@ layout: page background: '/img/bg-wiki.jpg' title: "Typical Queries" +toc: true --- This page aims to present different queries one might want to perform when analyzing a model. @@ -9,21 +10,6 @@ It can be used as a baseline for further analysis. We present how to perform the queries in a playground or with the visual tool proposed by Moose. -- [Queries](#queries) - - [Find entity](#find-entity) - - [Class with a specific name](#class-with-a-specific-name) - - [Classes with their name beginning with or ending with](#classes-with-their-name-beginning-with-or-ending-with) - - [God classes](#god-classes) - - [God cyclomatic complexity](#god-cyclomatic-complexity) - - [Deprecated methods](#deprecated-methods) - - [Dead methods](#dead-methods) - - [Application tests](#application-tests) -- [Visualizations](#visualizations) - - [Class hierarchy](#class-hierarchy) - - [Packages cycles](#packages-cycles) -- [Developers](#developers) - - [Meta-model UML](#meta-model-uml) - ## Queries ### Find entity diff --git a/moose-wiki/index.md b/moose-wiki/index.md index 91d192b..e29cc9f 100644 --- a/moose-wiki/index.md +++ b/moose-wiki/index.md @@ -2,14 +2,17 @@ layout: page background: '/img/bg-wiki.jpg' title: "Moose Wiki" +toc: true --- -# Moose wiki +# Moose wiki +{: .no_toc} A wiki gathering documentation related to Moose project. The main Moose source code repository on GitHub is: [https://github.com/moosetechnology](https://github.com/moosetechnology) ## Contents +{: .no_toc} - For [Beginners](#for-beginners) - For [Users](#for-users)