Skip to content

Commit

Permalink
more toc
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Apr 5, 2024
1 parent a4f7e10 commit 1f92579
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 40 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions moose-wiki/Users/famix-java/generate-java-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
25 changes: 1 addition & 24 deletions moose-wiki/Users/moose-ide/browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 1 addition & 15 deletions moose-wiki/Users/typicalQueries/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,14 @@
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.
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
Expand Down
5 changes: 4 additions & 1 deletion moose-wiki/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
layout: page
background: '/img/bg-wiki.jpg'
title: "Moose Wiki"
toc: true
---

# Moose wiki <!-- omit in toc -->
# Moose wiki <!-- omit in toc -->
{: .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 <!-- omit in toc -->
{: .no_toc}

- For [Beginners](#for-beginners)
- For [Users](#for-users)
Expand Down

0 comments on commit 1f92579

Please sign in to comment.